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=21
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=22",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=20",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "17101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058967.sperm.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "180064",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003272.MDA-MB-453_breast_adenocarcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "50",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31294.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1488",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47120.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "230630",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.PLHSAR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "20615",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61838.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "24617",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70679.DUCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000727.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "8272",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000738.metastatic_prostate_cancer_tissue.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030504.LNCaP_prostate_carcinoma.AR/"
        }
    ]
}