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=924
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=925",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=923",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "14501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040372.bone_marrow-derived_macrophages.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "18842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040373.bone_marrow-derived_macrophages.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040374.bone_marrow-derived_macrophages.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "10123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040375.bone_marrow-derived_macrophages.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047456.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047468.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1338",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047474.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048266.PHA-simulated_human_T-lynphocytes.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "8052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048267.PHA-simulated_human_T-lynphocytes.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048268.PHA-simulated_human_T-lynphocytes.TP53/"
        }
    ]
}