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=213
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=214",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=212",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "317973",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67783.HSPC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "14525",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68976.HEK293_embryonic_kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34889",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68976.Jurkat_T-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51805",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70482.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35435",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.Delta47_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "67457",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "58244",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.MCF7_Invasive_ductal_breast_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71460",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70764.OVCAR8_high_grade_ovarian_serous_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42684",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE76815.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37766",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.MCF7_Invasive_ductal_breast_carcinoma_E2_SHCTCF.CTCF/"
        }
    ]
}