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=725
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=726",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=724",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "2608",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_TNFA.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "805",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43070.IMR90_lung_fibroblasts.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1237",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51169.AC16_normal_cardiomyocytes.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "297",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53998.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "793",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "23177",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64233.SGBS_Simpson_Golabi_Behmel_syndrome_type_1_adipocytes.RELA/"
        },
        {
            "tf_name": "RELB",
            "total_peaks": "1141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031315.dendritic_cells.RELB/"
        },
        {
            "tf_name": "RELB",
            "total_peaks": "9831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031316.dendritic_cells.RELB/"
        },
        {
            "tf_name": "RELB",
            "total_peaks": "985",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031317.dendritic_cells.RELB/"
        },
        {
            "tf_name": "RELB",
            "total_peaks": "4326",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031318.dendritic_cells.RELB/"
        }
    ]
}