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=847
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=848",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=846",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "20709",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037811.bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "27137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037812.bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "17211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037816.bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "7661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037817.bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038365.AT-3_mammary_tumor.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038366.AT-3_mammary_tumor.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038367.AT-3_mammary_tumor.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038368.AT-3_mammary_tumor.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "2592",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038450.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "2862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038451.CD4_T-cells.STAT1/"
        }
    ]
}