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=98
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=99",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=97",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "73695",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EHE.K562_myelogenous_leukemia.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "3645",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR681NOM.GM12878_female_B-cells_lymphoblastoid_cell_line.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "18070",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000045.3T3-L1_embryonic_fibroblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "36422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000046.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "32395",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000536.peritoneal_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "23673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010684.myocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "21515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010773.myocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "36744",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010962.C2C12_myoblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "51856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030546.Tot2_myeloid_progenitor_cell_line.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "36185",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030681.brown_preadipocytes.CEBPB/"
        }
    ]
}