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=8
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=9",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=7",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "49010",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033082.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "42339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033083.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033416.LNCaP_C4-2_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "46695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033417.LNCaP_C4-2_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "12385",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033418.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "51954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033419.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "531",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033703.ovarian_granulosa_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033704.ovarian_granulosa_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "91709",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034147.CWR22_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "84195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034148.CWR22_prostate_carcinoma.AR/"
        }
    ]
}