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=122
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=123",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=121",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "17736",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033628.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033905.Th1-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20859",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033964.WEHI-231_lymphoma_.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "8736",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034570.E14_5_brain-derived_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "13482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034571.E14_5_brain-derived_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034753.dermal_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49650",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035128.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1635",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036890.226LDM_normal_breast_luminal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036891.226LDM_normal_breast_luminal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037099.brown_preadipocytes.CTCF/"
        }
    ]
}