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=162
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=163",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=161",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "53644",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLK.WA01_H1_human_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "58472",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLO.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57798",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLS.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44832",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DLW.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67187",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMA.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27525",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMC.kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41308",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMF.LNCaP_clone_FGC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "28509",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMH.lung.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "86728",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DML.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "118506",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMO.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        }
    ]
}