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=82
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=83",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=81",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "910",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030672.B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "39468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030857.haematopoietic_progenitors.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "16355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030885.hepatocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "10642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030889.3T3-L1-derived_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "3828",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032344.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "52409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032345.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "52716",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032362.BMDM_bone_marrow-derived_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "12202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032898.BV-2_brain_microglial_cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "21372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033049.hematopoietic_progenitors.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "71581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033433.leukemic_bone_marrow.CEBPA/"
        }
    ]
}