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=751
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=752",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=750",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "42482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038627.natural_killer_T_cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "14218",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040800.HL-60_acute_myeloid_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "4511",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057977.LPS141_Dedifferentiated_liposarcoma.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "52",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.HL-60_acute_myeloid_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "54747",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.SKNO-1_acute_myeloid_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "10048",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29180.Jurkat_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "620",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.CCRF-CEM_T_acute_lymphoblastic_leukemia.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "69960",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42075.sem.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "5021",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42575.Jurkat_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "25210",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45738.Kasumi-1_acute_myeloblastic_leukemia.RUNX1/"
        }
    ]
}