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=78
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=79",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=77",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "54429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036294.bone_marrow-derived_mesenchymal_stem_cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "2425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037083.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "1655",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037084.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "58112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037085.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "34749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037086.brown_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "83101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037417.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "2986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037539.brown_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "10530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037541.brown_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "25968",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037839.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "21878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040734.bone_marrow-derived_macrophages.CEBPA/"
        }
    ]
}