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=325
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=326",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=324",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "36961",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031972.CD34_hematopoietic_stem_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "39767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032696.mast_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "17847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033272.mature_megakaryocytes.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "65576",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034618.acute_myeloid_leukemia.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035117.416B_hematopoietic_precursor_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "5062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036382.leukemic_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "42190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037191.Kasumi-1_acute_myeloblastic_leukemia.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "40159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037572.Hoxb8-FL.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "62340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047960.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "28689",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047961.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        }
    ]
}