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=187
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=188",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=186",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "60505",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011189.GM12871_male_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40002",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030398.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71331",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030399.WA01_H1_human_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "58029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030400.HepG2_hepatoblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030401.mammary_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030402.skeletal_muscles_and_myoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44854",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030403.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030404.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "64774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030405.normal_epidermal_keratinocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45385",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030406.normal_lung_fibroblasts.CTCF/"
        }
    ]
}