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=267
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=268",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=266",
    "results": [
        {
            "tf_name": "ERG",
            "total_peaks": "11738",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH2_DHT.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "11552",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH3_DHT.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "14674",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.K562_myelogenous_leukemia.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "20094",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28950.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "45054",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49091.VCaP_prostate_carcinoma.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "45744",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60477.TSU-1621-MT_adult_acute_myeloid_leukemia.ERG/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "38181",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIY.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "35608",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJS.T47D_invasive_ductal_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "36234",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKL.Ishikawa_endometrial_adenocarcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "35145",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKN.T47D_invasive_ductal_carcinoma.ESR1/"
        }
    ]
}