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=920
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=921",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=919",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "330",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036873.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036874.MCF-7_C4-12_invasive_breast_ductal_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036875.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "46201",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036900.SW480_colon_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "75811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036901.SW480_colon_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "523",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037316.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037317.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037318.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4479",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037319.B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037320.B-cells.TP53/"
        }
    ]
}