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=19
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=20",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=18",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "59612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052953.LNCaP95.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15344",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052954.LNCaP95.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "52224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052955.LNCaP95.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "33077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052982.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052983.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "36030",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052984.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "12748",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052985.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053224.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "58741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053225.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "40",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053232.primary_prostate_cancer.AR/"
        }
    ]
}