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=83
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=84",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=82",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "39250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034320.X18_1_1_acute_myeloid_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "52329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034514.hepatocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "72414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034620.acute_myeloid_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "62927",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035238.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "218",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035326.B-cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "72148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036272.bone_marrow-derived_mesenchymal_stem_cells.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "58222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037415.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "108725",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037416.brown_preadipocytes.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "60507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037569.Hoxb8-FL.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "18656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037838.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        }
    ]
}