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=300
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=301",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=299",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "3254",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000380.MCF7_Invasive_ductal_breast_carcinoma_TAMR_TAM.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "210",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002305.breast_glyc.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "6698",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002305.breast_mrnahist.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "25905",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002305.MCF7_Invasive_ductal_breast_carcinoma_GLYC.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2737",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002305.MCF7_Invasive_ductal_breast_carcinoma_MRNAHIST.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3795",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32349.H3396_breast_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1383",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32349.H3396_breast_carcinoma_ETOH.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "57587",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.MCF7_Invasive_ductal_breast_carcinoma_SICTR_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "59862",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.MCF7_Invasive_ductal_breast_carcinoma_SIGATA_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "772",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.ZR-75-1_invasive_ductal_carcinoma_SICTR_E2.ESR1/"
        }
    ]
}