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=24
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=25",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=23",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "2677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049786.LNCaP_C4-2_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "46684",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "58582",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.MCF7_Invasive_ductal_breast_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "23407",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP001226.MDA-MB-453_breast_adenocarcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "69338",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39459.LNCaP-abl_Prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "66",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.lncap.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1851",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40050.lncap-dht.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "126994",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43785.lncap.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "43947",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45201.mdamb453-dht.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "520",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48308.lncap-dht100nm.AR/"
        }
    ]
}