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=205
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=206",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=204",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "62357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038883.Th17-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038884.Th17-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "86443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039337.stomach.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039382.kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45413",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039434.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039518.lung.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039528.intestine.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039597.hindbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039713.forebrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52838",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039716.liver.CTCF/"
        }
    ]
}