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=85
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=86",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=84",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "29155",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.U937_adult_acute_monocytic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "8803",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41629.SGBS_Simpson_Golabi_Behmel_syndrome_type_1_adipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "1866",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60130.Kasumi-1_acute_myeloblastic_leukemia_SICTR.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "14893",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60130.Kasumi-1_acute_myeloblastic_leukemia_SIRUNX1ETO.CEBPA/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "35312",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEX.HepG2_hepatoblastoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "29076",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000633.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "37233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000634.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "50493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000635.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "37738",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000636.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031340.dendritic_cells.CEBPB/"
        }
    ]
}