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=6
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=7",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=5",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "7507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032168.kidney.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032172.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032175.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "8443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032176.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "13326",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032178.kidney.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22683",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032180.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032776.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032777.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "20732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032779.ventral_prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "6839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032853.LNCaP_prostate_carcinoma.AR/"
        }
    ]
}