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=32
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=33",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=31",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "25436",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "11292",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "34730",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH1_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "27723",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH1_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "28086",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH2_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "29279",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH2_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18761",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE79128.VCaP_prostate_carcinoma_SH3_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "38231",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "31358",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_DHT_TNFA.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1190",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83860.LNCaP_prostate_carcinoma_DMSO.AR/"
        }
    ]
}