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=412
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=413",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=411",
    "results": [
        {
            "tf_name": "GFI1",
            "total_peaks": "7466",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049354.AML_monocytes_and_acute_myeloid_leukemia.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "2243",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049355.AML_monocytes_and_acute_myeloid_leukemia.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "24540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053704.murine_medulloblastoma_tumor.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "13066",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030542.mast_cells.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "73428",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031099.bone_marrow_progenitors.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "29835",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032372.innate_type-2_lymphocytes.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "13280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035155.granulocyte_macrophage_progenitors.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "10775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035271.CD4_T-cells.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "23916",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037574.Hoxb8-FL.GFI1/"
        },
        {
            "tf_name": "GFI1",
            "total_peaks": "36493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047727.Kasumi-1_acute_myeloblastic_leukemia.GFI1/"
        }
    ]
}