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=23
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=24",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=22",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "4007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034191.prostate_tumor.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036887.R1-D567_prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037262.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "10452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037343.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "63802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038106.fetal_prostate_fibroblasts.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "38429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038107.prostate_cancer-associated_fibroblasts.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "14885",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038108.myofibroblasts.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15348",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038432.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "37784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038636.VCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047995.HDFhuman_dermal_fibroblasts.AR/"
        }
    ]
}