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=26
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=27",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=25",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "13331",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63202.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15311",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64656.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "16589",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71704.c42.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21882",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE71704.c42-shpsa.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4194",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72714.LNCaP_C4-2B_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "76159",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003503.LNCaP_prostate_carcinoma_FOXA1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "74140",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003503.MDA-MB-453_breast_adenocarcinoma_FOXA1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "36545",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28950.VCaP_prostate_carcinoma_DHAT_18H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "63340",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE28950.VCaP_prostate_carcinoma_DHAT_2H.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18949",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30623.LNCaP_prostate_carcinoma_1F5.AR/"
        }
    ]
}