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=233
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=234",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=232",
    "results": [
        {
            "tf_name": "E2F6",
            "total_peaks": "44338",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLI.K562_myelogenous_leukemia.E2F6/"
        },
        {
            "tf_name": "E2F6",
            "total_peaks": "60444",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSI.WA01_H1_human_embryonic_stem_cells.E2F6/"
        },
        {
            "tf_name": "E2F6",
            "total_peaks": "20375",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTC.A549_lung_carcinoma.E2F6/"
        },
        {
            "tf_name": "E2F6",
            "total_peaks": "5139",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVK.HeLa_S3_cervical_adenocarcinoma.E2F6/"
        },
        {
            "tf_name": "E2F6",
            "total_peaks": "44881",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWJ.K562_myelogenous_leukemia.E2F6/"
        },
        {
            "tf_name": "E2F6",
            "total_peaks": "40264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000107.K562_myelogenous_leukemia.E2F6/"
        },
        {
            "tf_name": "E2F7",
            "total_peaks": "746",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR171CAY.K562_myelogenous_leukemia.E2F7/"
        },
        {
            "tf_name": "E2F7",
            "total_peaks": "4351",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40343.IMR90_lung_fibroblasts_QUIES.E2F7/"
        },
        {
            "tf_name": "E2F7",
            "total_peaks": "3811",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40343.IMR90_lung_fibroblasts_SENES_E2F7.E2F7/"
        },
        {
            "tf_name": "E2F7",
            "total_peaks": "16777",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40343.IMR90_lung_fibroblasts_SENES_SHCTR.E2F7/"
        }
    ]
}