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=227
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=228",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=226",
    "results": [
        {
            "tf_name": "E2F1",
            "total_peaks": "31454",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049491.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "13902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049492.LNCaP_prostate_carcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "33360",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049850.U87_glioblastoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "8732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052510.embryonic_stem_cells.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "9205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052511.2TS22C_embryonic_stem_cells.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "3358",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVJ.HeLa_S3_cervical_adenocarcinoma.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "3416",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR563LLO.K562_myelogenous_leukemia.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "13724",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR720HUL.K562_myelogenous_leukemia.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "23981",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000479.embryonic_stem_cells.E2F1/"
        },
        {
            "tf_name": "E2F1",
            "total_peaks": "8185",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000657.MCF7_Invasive_ductal_breast_carcinoma.E2F1/"
        }
    ]
}