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=386
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=387",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=385",
    "results": [
        {
            "tf_name": "GATA1",
            "total_peaks": "8031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031851.bone_marrow.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "3372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032325.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "6344",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032328.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032332.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "90",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032333.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "1881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032336.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "2141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032337.FDCP-Mix_multipotent_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "11568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034209.G1E_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "12569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034386.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "14842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035709.embryonic_blood_cell_progenitors.GATA1/"
        }
    ]
}