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=583
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=584",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=582",
    "results": [
        {
            "tf_name": "NEUROG2",
            "total_peaks": "19963",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037373.embryoid_body.NEUROG2/"
        },
        {
            "tf_name": "NEUROG2",
            "total_peaks": "123197",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058899.ES_cell-derived_embryoid_bodies_EBs.NEUROG2/"
        },
        {
            "tf_name": "NEUROG2",
            "total_peaks": "118275",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058905.ES_cell-derived_embryoid_bodies_EBs.NEUROG2/"
        },
        {
            "tf_name": "NEUROG2",
            "total_peaks": "3379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034334.E14_5_embryonic_cerebral_cortices.NEUROG2/"
        },
        {
            "tf_name": "NFAT5",
            "total_peaks": "1110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050323.BMDM_bone_marrow-derived_macrophages.NFAT5/"
        },
        {
            "tf_name": "NFAT5",
            "total_peaks": "1207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050324.BMDM_bone_marrow-derived_macrophages.NFAT5/"
        },
        {
            "tf_name": "NFAT5",
            "total_peaks": "275",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050327.BMDM_bone_marrow-derived_macrophages.NFAT5/"
        },
        {
            "tf_name": "NFAT5",
            "total_peaks": "269",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050328.BMDM_bone_marrow-derived_macrophages.NFAT5/"
        },
        {
            "tf_name": "NFATC1",
            "total_peaks": "34757",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQL.GM12878_female_B-cells_lymphoblastoid_cell_line.NFATC1/"
        },
        {
            "tf_name": "NFATC1",
            "total_peaks": "4059",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032431.hair_follicle_stem_cells.NFATC1/"
        }
    ]
}