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=31
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=32",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=30",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "5717",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_RPMIFBS.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1084",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHFOXA1_PHFRPMIFCS.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2915",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHFOXA1_RPMIFBS.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "16333",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHGATA2_ETOH.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "47519",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_SHGATA2_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "793",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70161.MDA-MB-453_breast_adenocarcinoma_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "32842",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70161.MDA-MB-453_breast_adenocarcinoma_R1881_SICTR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "45003",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70161.MDA-MB-453_breast_adenocarcinoma_R1881_SIPIAS1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21248",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74069.MDA-MB-453_breast_adenocarcinoma_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "9576",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74069.MDA-MB-453_breast_adenocarcinoma_MPA.AR/"
        }
    ]
}