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=226
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=227",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=225",
    "results": [
        {
            "tf_name": "E2F1",
            "total_peaks": "16661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032858.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "15956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032860.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "19117",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032862.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "18593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032863.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "19764",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032865.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "23177",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032868.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035345.embryonic_fibroblasts.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "7907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035851.Raji_Burkitt_lymphoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "8136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037393.MM1_S_plasma_cell_myeloma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "1591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037395.U266_plasma_cell_myeloma.E2F1/"
        }
    ]
}