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=929
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=930",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=928",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "209",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47041.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "7307",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60267.HCT-116_colon_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "9362",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030879.E15_5_embryonic_kidney.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030891.BJ_fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3014",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031425.fibroblasts.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "11620",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034638.MDA-MB-231_breast_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "53136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038407.MDA231-LM2-4175_breast_adenocarcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "12831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040930.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "1554",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002038.SaOS2_osteosarcoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "274",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP022459.NCI-H1299_large_cell_lung_carcinoma.TP53/"
        }
    ]
}