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=166
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=167",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=165",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "58906",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DSU.human_astrocytes-spinal_cord.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72705",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTA.human_brain_microvascular_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59829",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTF.human_cardiac_fibroblasts-adult_atrial.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53945",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTI.human_cardiac_myocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66162",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTL.HCPEpiC_choroid_plexus_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52441",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTO.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43766",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTR.esophageal_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66289",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DTW.HEK293_embryonic_kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60232",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUB.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62455",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DUG.HepG2_hepatoblastoma.CTCF/"
        }
    ]
}