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=102
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=103",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=101",
    "results": [
        {
            "tf_name": "CEBPD",
            "total_peaks": "7165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000637.3T3-L1-derived_preadipocytes.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "37987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000638.3T3-L1-derived_preadipocytes.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "27640",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038037.HAEC_human_aortic_endothelial_cells.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "9326",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038705.bone_marrow-derived_macrophages.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "16074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038706.bone_marrow-derived_macrophages.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "17609",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038707.bone_marrow-derived_macrophages.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "25186",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038708.bone_marrow-derived_macrophages.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "36880",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038709.bone_marrow-derived_macrophages.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "35746",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQJ.HepG2_hepatoblastoma.CEBPD/"
        },
        {
            "tf_name": "CEBPD",
            "total_peaks": "33490",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVY.K562_myelogenous_leukemia.CEBPD/"
        }
    ]
}