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=298
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=299",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=297",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "125905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048609.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057867.MCF7L-TamRimmortalized_breast_epithelial_tamoxifen_resistant_cell_line.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "94263",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000783.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "40621",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000783.ZR-75-1_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "30181",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003828.mcf7.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "6980",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE35109.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "58598",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "32125",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45822.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "71288",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48930.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3612",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.mcf7-pg.ESR1/"
        }
    ]
}