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=896
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=897",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=895",
    "results": [
        {
            "tf_name": "TCF3",
            "total_peaks": "17691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000868.CD4_CD8_thymocytes.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "21670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010574.myocytes.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "63080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032692.HPC7_haematopoietic_multipotent_progenitors.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "3961",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032694.mast_cells.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "8015",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036551.thymocytes.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "18919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036586.pre-B-cell_progenitors.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "62414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038975.E14TG2a_4_embryonic_stem_cells.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29180.Jurkat_T-cells.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "598",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.CCRF-CEM_T_acute_lymphoblastic_leukemia.TCF3/"
        },
        {
            "tf_name": "TCF3",
            "total_peaks": "1528",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39179.RPMI-8402_T_acute_lymphoblastic_leukemia.TCF3/"
        }
    ]
}