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=201
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=202",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=200",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "21093",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037874.P10_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27843",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037875.P14_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26848",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037876.P21_retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26901",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037877.retina.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037952.U2OS_osteosarcoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038127.JM8_N4_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36081",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038219.mammary_gland.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038267.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30088",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038269.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038291.ECOMG-derived_differentiated_neutrophils.CTCF/"
        }
    ]
}