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=358
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=359",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=357",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "51411",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC_KOKLF5.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "49535",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC_SHCTR.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "1627",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_ETOH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "91485",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_PHFRPMIFCS.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "75568",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "153",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHGATA2_ETOH.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "45840",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHGATA2_R1881.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "60689",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma_DEX.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "62152",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.MCF7_Invasive_ductal_breast_carcinoma_E2.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "21682",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72249.T47D_invasive_ductal_carcinoma_DEX.FOXA1/"
        }
    ]
}