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=27
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=28",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=26",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "28976",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5_SIFOXA1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "65636",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "27401",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma_R1881_10C26.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "16100",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma_R1881_10C30.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "24421",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma_R1881_1C26.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "34077",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma_R1881_1C30.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE37345.LNCaP_prostate_carcinoma_SHCTR_R1881_HD.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1086",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE37345.LNCaP_prostate_carcinoma_SHFOXA1_R1881_HD.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "314",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.22RV1_prostate_carcinoma_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3481",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.LNCaP_C4-2B_prostate_carcinoma_DHT.AR/"
        }
    ]
}