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": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=5",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=3",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "13918",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000407.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3523",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000408.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "50740",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000409.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000723.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000725.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2092",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000728.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000729.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "9370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000730.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "53437",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000731.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2964",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000732.VCaP_prostate_carcinoma.AR/"
        }
    ]
}