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=913
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=914",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=912",
    "results": [
        {
            "tf_name": "TFAP4",
            "total_peaks": "29157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033041.CD8_T-cells.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "14220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036376.germinal_center_dark_zone_cells.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "17103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036377.germinal_center_light_zone_cells.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "56027",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037552.SNU175_adenocarcinoma.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "75733",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037553.COLO-320_colon_adenocarcinoma.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "13262",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28857.LNCaP_prostate_carcinoma.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "15895",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45738.Kasumi-1_acute_myeloblastic_leukemia.TFAP4/"
        },
        {
            "tf_name": "TFAP4",
            "total_peaks": "25499",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46935.DLD-1_colon_adenocarcinoma.TFAP4/"
        },
        {
            "tf_name": "TFCP2",
            "total_peaks": "968",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049877.BEL-7402_Human_papillomavirus-related_endocervical_adenocarcinoma.TFCP2/"
        },
        {
            "tf_name": "TFCP2",
            "total_peaks": "685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049878.BEL-7402_Human_papillomavirus-related_endocervical_adenocarcinoma.TFCP2/"
        }
    ]
}