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=28
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=29",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=27",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "39071",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43720.LNCaP_prostate_carcinoma_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "202",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_ARG56W.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18795",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_ARQ6540X.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "24294",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_FOXA1_ARQ6540X.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "747",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47987.DU145_prostate_carcinoma_FOXA1_HIGH.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "84819",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52725.LNCaP_prostate_carcinoma_SHCTR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "9549",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52725.LNCaP_prostate_carcinoma_SHGATA2.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "67330",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE54110.PC3bone_mets_prostate_adenocarcinoma_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "111517",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56086.VCaP_prostate_carcinoma_SHPIAS1_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "28994",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56288.LHSAR_prostate_epithelial_cells_HOXB13.AR/"
        }
    ]
}