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=182
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=183",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=181",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "31710",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000082.R1E_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24870",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000088.pro-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32068",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000166.V6_5_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72523",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000277.B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34687",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000481.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "88692",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000596.WA01_H1_human_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "93583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000597.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000598.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "84490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000599.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "95996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000600.normal_epidermal_keratinocytes.CTCF/"
        }
    ]
}