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=734
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=735",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=733",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "6025",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054617.GM12878_female_B-cells_lymphoblastoid_cell_line.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "1193",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000395.hepatocytes.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "15972",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49570.CD4.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "8855",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70482.K562_myelogenous_leukemia.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "2021",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49014.H295R_adrenal_cortex_carcinoma_SF1.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "2807",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "2108",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49014.H295R_adrenal_cortex_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "3113",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.REST/"
        },
        {
            "tf_name": "RFX1",
            "total_peaks": "214227",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036008.cortical_neurons.RFX1/"
        },
        {
            "tf_name": "RFX1",
            "total_peaks": "151069",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036009.cortical_neurons.RFX1/"
        }
    ]
}