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=20
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=21",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=19",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "6067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053233.primary_prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2402",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053242.primary_prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "20297",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053634.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "24785",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053635.caput_epididymis.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "11966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054342.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "38585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054343.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "11116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058316.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058317.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "93",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058859.prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "9598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058861.prostate_cancer.AR/"
        }
    ]
}