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=193
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=194",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=192",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "22312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033453.BEAS-2B_bronchial_epithelium.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "24797",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033627.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033648.differentiated_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033649.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "33852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033840.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033841.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033842.motor_neurons.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033843.motor_neurons.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "27528",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033965.WEHI-231_lymphoma_.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034002.3134_mammary_adenocarcinoma.CTCF/"
        }
    ]
}