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=9
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=10",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=8",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "38222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034149.CWR22_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "80",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034192.prostate_tumor.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034193.prostate_tumor.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034194.prostate_tumor.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "45755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034501.LNCaP_C4-2_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "86817",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034502.LNCaP_C4-2_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "37469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034503.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "95373",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034504.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034603.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "10425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034604.BicR_prostate_cancer.AR/"
        }
    ]
}