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=357
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=358",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=356",
    "results": [
        {
            "tf_name": "FOXA1",
            "total_peaks": "25517",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.LNCaP_prostate_carcinoma_DHT24H.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "73367",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.LNCaP_prostate_carcinoma_ETOH24H.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "67976",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_DHT24H.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "49022",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_ETOH24H.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "33655",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_E2.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "32032",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_E2_TNF.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "38069",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59530.MCF7_Invasive_ductal_breast_carcinoma_TNF.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "77766",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_E2.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "176407",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma_SHCREB1.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "166181",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63034.LNCaP-abl_Prostate_carcinoma_SHCTR.FOXA1/"
        }
    ]
}