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=923
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=924",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=922",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "5855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037341.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037746.HCT-116_colon_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "11780",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037747.HCT-116_colon_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "584",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037748.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "38270",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037749.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3266",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037750.SJSA-1osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "12488",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037751.SJSA-1osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038976.E14TG2a_4_embryonic_stem_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4736",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038977.E14TG2a_4_embryonic_stem_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "770",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040371.bone_marrow-derived_macrophages.TP53/"
        }
    ]
}