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=299
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=300",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=298",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "359",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.t47d.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "949",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.t47d-e2pg.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "460",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.t47d-pg.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "65374",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16178",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13477",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_E2_TAM.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "39952",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_SHCRT_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19512",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_SHFOXA1_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8216",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_TAM.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3059",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_TAMR.ESR1/"
        }
    ]
}