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=210
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=211",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=209",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "18969",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE20650.hESC-1_Embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39014",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21366.hASC_preadipocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35855",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23784.pancreatic_islets.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25452",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31485.BJAB_Burkitt_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30100",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31485.BL41Burkitt_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81342",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38411.BCBL-1_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21604",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41048.VA13_transformed_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37633",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43070.IMR90_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61771",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43743.MM1_S_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60486",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46055.SUM159PT_Triple_negative_breast_cancer.CTCF/"
        }
    ]
}