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=33
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=34",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=32",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "71993",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE84432.VCaP_prostate_carcinoma_R1881_30M.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "73221",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE84432.VCaP_prostate_carcinoma_R1881_4H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "40179",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003503.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "72945",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003503.MDA-MB-453_breast_adenocarcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4877",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28950.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "19855",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32892.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "77",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "279",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.LNCaP_C4-2B_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "16795",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43720.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "13398",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma.AR/"
        }
    ]
}