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=17
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=18",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=16",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049441.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049442.LTAD_long_term_androgen_deprivation.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "16266",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049449.VCaP_and_LTAD_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "14406",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049450.VCaP_and_LTAD_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "50920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049451.LTAD_long_term_androgen_deprivation.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049452.LTAD_long_term_androgen_deprivation.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "18397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049573.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "43560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049574.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049662.R1-AD1_prostate_cancer.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "163",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049663.R1-AD1_prostate_cancer.AR/"
        }
    ]
}