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=150
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=151",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=149",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "44492",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054033.NHLF_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56547",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054034.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "66954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054035.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054036.HMEC_human_mammary_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054037.NHDF-Ad_adult_dermal_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054038.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054039.HSMM_skeletal_muscle_myoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054040.NA-A_astrocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63963",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054041.HSMM_dirived_skeletal_muscle_myotubes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054042.osteoblasts.CTCF/"
        }
    ]
}