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=360
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=361",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=359",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "31696",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "22028",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "71972",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "65794",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "26684",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "79825",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.ZR-75-1_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "86709",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRE.A549_lung_carcinoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "350",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031805.neuralized_embryoid_body.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "84438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033190.pancreatic_beta-cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "5455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033193.DLK1_hepatoblasts.FOXA2/"
        }
    ]
}