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=848
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=849",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=847",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "4133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038452.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038456.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038457.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "3575",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038458.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1484",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040355.HPC7_haematopoietic_multipotent_progenitors.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "4762",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040356.HPC7_haematopoietic_multipotent_progenitors.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "1963",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040726.primary_splenic_NK_cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "9448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040727.primary_splenic_NK_cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "18166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047505.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "19550",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047506.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        }
    ]
}