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=304
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=305",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=303",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "16764",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68356.MCF7_Invasive_ductal_breast_carcinoma_E2PG.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "19317",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71276.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "16877",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "8545",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "33175",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.ZR-75-1_invasive_ductal_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "21652",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1456",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "68",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54855.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1460",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "6733",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        }
    ]
}