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=30
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=31",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=29",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "5272",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_C4-2B_prostate_carcinoma_R1881_SHCTR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "768",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_prostate_carcinoma_ETOH_SHCTR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5116",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_prostate_carcinoma_HOTAIR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15101",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_prostate_carcinoma_R1881_HOTAIR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1350",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61268.LNCaP_prostate_carcinoma_R1881_SHCTR.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "25796",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62492.LNCaP_prostate_carcinoma_R1881.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "52803",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62492.LNCaP_prostate_carcinoma_SHCTR_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "47789",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62492.LNCaP_prostate_carcinoma_SHFOXP1_DHT.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21113",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_ETOH.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "29370",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69043.LNCaP_prostate_carcinoma_R1881.AR/"
        }
    ]
}