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=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1983,
    "next": "https://unibind2018.uio.no/api/v1/datasets?format=api&page=5",
    "previous": "https://unibind2018.uio.no/api/v1/datasets?format=api&page=3",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "16795",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE43720.LNCAP.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "39071",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE43720.LNCAP_dht.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "126994",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE43785.LNCAP.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "28",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE43785.PROSTATE.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "43947",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE45201.MDAMB453_dht.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1488",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE47120.LNCAP_shctr.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "9",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE47120.LNCAP_shetv1.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "13398",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE47987.DU145.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE47987.DU145_arc562s.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "202",
            "url": "https://unibind2018.uio.no/api/v1/datasets/GSE47987.DU145_arg56w.AR/"
        }
    ]
}