This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=542
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=543",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=541",
    "results": [
        {
            "tf_name": "MIXL1",
            "total_peaks": "5669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033123.U937_adult_acute_monocytic_leukemia.MIXL1/"
        },
        {
            "tf_name": "MIXL1",
            "total_peaks": "64287",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039731.HepG2_hepatoblastoma.MIXL1/"
        },
        {
            "tf_name": "MLX",
            "total_peaks": "34593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039860.HepG2_hepatoblastoma.MLX/"
        },
        {
            "tf_name": "MLXIPL",
            "total_peaks": "23563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036429.INS-1E_pancreatic_beta-cells.MLXIPL/"
        },
        {
            "tf_name": "MLXIPL",
            "total_peaks": "33654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036430.INS-1E_pancreatic_beta-cells.MLXIPL/"
        },
        {
            "tf_name": "MLXIPL",
            "total_peaks": "2258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036428.INS-1E_pancreatic_beta-cells.MLXIPL/"
        },
        {
            "tf_name": "MNT",
            "total_peaks": "17343",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR512NLO.K562_myelogenous_leukemia.MNT/"
        },
        {
            "tf_name": "MNT",
            "total_peaks": "3667",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR979QYJ.K562_myelogenous_leukemia.MNT/"
        },
        {
            "tf_name": "MNT",
            "total_peaks": "1213",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR460XGV.MCF7_Invasive_ductal_breast_carcinoma.MNT/"
        },
        {
            "tf_name": "MNT",
            "total_peaks": "9969",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR390VGH.K562_myelogenous_leukemia.MNT/"
        }
    ]
}