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=912
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=913",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=911",
    "results": [
        {
            "tf_name": "TFAP2C",
            "total_peaks": "82577",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41234.A375_malignant_melanoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "16055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032396.ZHBTc4-TS_trophoblast_stem_cells.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "94427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034031.mammary_tumor.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "89905",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21234.MCF7_Invasive_ductal_breast_carcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "103409",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36351.BT-474_breast_invasive_ductal_carcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "89908",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36351.MCF7_Invasive_ductal_breast_carcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "80204",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36351.MDA-MB-453_breast_adenocarcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "107364",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36351.SK-BR-3_breast_adenocarcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "44639",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23852.MCF7_Invasive_ductal_breast_carcinoma_E2.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "48493",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23852.MCF7_Invasive_ductal_breast_carcinoma_ETOH.TFAP2C/"
        }
    ]
}