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=232
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=233",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=231",
    "results": [
        {
            "tf_name": "E2F4",
            "total_peaks": "1032",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010019.MEL_cell_line.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "2107",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010380.CH12_LX_Mouse_lymphoma.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "18258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010412.myocytes.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030888.hepatocytes.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "11683",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030890.3T3-L1-derived_adipocytes.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "4106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033351.J1_embryonic_stem_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "2513",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035989.liver.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "534",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21488.lymphoblastoid_cells.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "924",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.MCF7_Invasive_ductal_breast_carcinoma_ICI.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "3879",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.MCF7_Invasive_ductal_breast_carcinoma_TAM.E2F4/"
        }
    ]
}