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=631
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=632",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=630",
    "results": [
        {
            "tf_name": "NR6A1",
            "total_peaks": "2107",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030575.mesenchymal_stem_cells.NR6A1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "8476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036319.embryonic_stem_cells.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "6904",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036320.embryonic_stem_cells.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "6730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036321.embryonic_stem_cells.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "13506",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59935.T47D_invasive_ductal_carcinoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "4473",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECC.WA01_H1_human_embryonic_stem_cells.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "3177",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDJ.HeLa_S3_cervical_adenocarcinoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "2217",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEH.HepG2_hepatoblastoma.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "5114",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EHH.K562_myelogenous_leukemia.NRF1/"
        },
        {
            "tf_name": "NRF1",
            "total_peaks": "5710",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR135ANT.MCF7_Invasive_ductal_breast_carcinoma.NRF1/"
        }
    ]
}