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=301
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=302",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=300",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "1675",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.ZR-75-1_invasive_ductal_carcinoma_SIGATA_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "49461",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40867.breast_tumor_BADOUTCOME.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3444",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40867.breast_tumor_GOODOUTCOME.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "3478",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43985.VCaP_prostate_carcinoma_E2.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "14511",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43985.VCaP_prostate_carcinoma_E2_ERA.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "37912",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51022.MDA-MB-134_invasive_lobular_breast_carcinoma_ESTROGEN.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "654",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51022.MDA-MB-134_invasive_lobular_breast_carcinoma_ETOH.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "326",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54592.MCF7_Invasive_ductal_breast_carcinoma_LETR.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "94",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54592.MCF7_Invasive_ductal_breast_carcinoma_LETR_ANDRO.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "42921",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54592.MCF7_Invasive_ductal_breast_carcinoma_LY2_ETOH.ESR1/"
        }
    ]
}