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=334
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=335",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=333",
    "results": [
        {
            "tf_name": "FOS-1",
            "total_peaks": "178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047146.Whole_wormsDevelopmental_stage_L4.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047147.Whole_wormsDevelopmental_stage_L4.FOS-1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "964",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049027.CD4_T-cells.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049028.CD4_T-cells.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "20612",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMV.K562_myelogenous_leukemia.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "1895",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNS.WA01_H1_human_embryonic_stem_cells.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "28005",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTE.HCT-116_colon_carcinoma.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "41797",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR239ZLZ.K562_myelogenous_leukemia.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "21530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011098.C2C12_myoblasts.FOSL1/"
        },
        {
            "tf_name": "FOSL1",
            "total_peaks": "69383",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038161.embryonic_fibroblasts.FOSL1/"
        }
    ]
}