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=206
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=207",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=205",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "81197",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039769.midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039863.heart.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63580",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039992.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039993.lung.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040061.HEK293_embryonic_kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "108925",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040082.GM23338.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56461",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040383.SH-SY5Y_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "63818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040384.SK-N-AS_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040385.NB69_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "17530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040648.embryonic_fibroblasts.CTCF/"
        }
    ]
}