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=29
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=30",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=28",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "156375",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.LHSAR_prostate_epithelial_cells_LACZ.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "162352",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22517",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.LNCaP_prostate_carcinoma_DHT24H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "945",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.LNCaP_prostate_carcinoma_DHT24H_SHFOXA1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "50303",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_DHT24H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "40550",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_DHT24H_SHFOXA1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "69124",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_DHT24H_SHFOXP1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "42580",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_DHT24H_SHRUNX1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1456",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE58428.VCaP_prostate_carcinoma_ETOH24H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1112",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_C4-2B_prostate_carcinoma_ETOH_SHCTR.AR/"
        }
    ]
}