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=159
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=160",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=158",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "43340",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ALA.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63449",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ALJ.keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39926",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ALV.mammary_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54145",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AMA.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "85857",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AMF.WA01_H1_human_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53133",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ANE.skeletal_muscles_and_myoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41956",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ANO.normal_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55070",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ANS.myotube.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67368",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AOA.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42499",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000AOO.astrocytes.CTCF/"
        }
    ]
}