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=5
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=6",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=4",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "14802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000733.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "458",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030496.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030497.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "17731",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030500.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "30124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030501.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030505.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1346",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030506.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "77181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030507.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "55523",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031106.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "55973",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031107.VCS2_prostate_carcinoma.AR/"
        }
    ]
}