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=385
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=386",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=384",
    "results": [
        {
            "tf_name": "GATA1",
            "total_peaks": "133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010152.G1E_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "6224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010329.erythroblasts.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "65048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010425.MEL_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "6337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010984.megakaryocyte.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "7935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011191.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "85",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030859.erythroblasts.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "17381",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031087.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "12303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031251.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031422.G1E-ER4_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "8915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031423.G1E-derived_erythroid_cells.GATA1/"
        }
    ]
}