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=263
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=264",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=262",
    "results": [
        {
            "tf_name": "ERG",
            "total_peaks": "1490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049001.RWPE1_prostate_epithelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "76782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058860.prostate_cancer.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058862.prostate_cancer.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "33774",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.CD34_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "1047",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29808.RWPE1_prostate_epithelial_cells.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "15126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000736.prostate_cancer.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "3909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000737.prostate_cancer.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "5176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000739.metastatic_prostate_cancer_tissue.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "75649",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030587.prostate.ERG/"
        },
        {
            "tf_name": "ERG",
            "total_peaks": "34423",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030589.prostate.ERG/"
        }
    ]
}