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=22
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=23",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=21",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "43899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030586.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030588.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030590.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030592.prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032774.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032775.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "12149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032778.ventral_prostate.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033270.non-proliferating_proximal_caput_epididymus.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "14677",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033702.ovarian_granulosa_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "52560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034146.CWR22_prostate_carcinoma.AR/"
        }
    ]
}