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=305
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=306",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=304",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "44277",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7823",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68355.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9365",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1726",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71276.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3439",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5750",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19832",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.ZR-75-1_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "24607",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000205.U2OS_osteosarcoma.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "1351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032820.aortic_cells.ESR2/"
        },
        {
            "tf_name": "ESR2",
            "total_peaks": "52583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032993.uterine_cells.ESR2/"
        }
    ]
}