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=190
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=191",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=189",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "46013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031035.E14_5_limb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "386",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031036.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031037.intestine.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031038.olfactory_bulb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "16954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031039.placenta.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25945",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031040.testis.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031041.thymus.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031205.brain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031206.brain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031266.NIH_3T3_embryonic_fibroblasts.CTCF/"
        }
    ]
}