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=203
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=204",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=202",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "49940",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038421.3T3-L1-derived_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038430.E12_5_embryonic_distal_forelimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51991",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038623.MCF10A_breast_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038624.MCF10AT1_breast_premetastatic_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038625.MCF10CA1a_breast_metastatic_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "18918",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038630.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55100",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038631.E14TG2A_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038646.activated_primary_B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038647.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038648.resting_primary_B-cells.CTCF/"
        }
    ]
}