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=918
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=919",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=917",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "58023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030950.embryonic_stem_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "7825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030951.embryonic_stem_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "48452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030952.embryonic_stem_cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "14441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032070.embryonic_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "830",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032071.embryonic_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "819",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032953.BJ_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032954.BJ_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035302.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "28501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035303.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035304.spleen_non-B-cells.TP53/"
        }
    ]
}