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=14
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=15",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=13",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "16664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048987.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "14179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048992.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048993.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1020",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049009.hNSC_neural_stem_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1004",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049013.hNSC_neural_stem_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049014.hNSC_neural_stem_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049017.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "894",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049018.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049019.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049020.22RV1_prostate_carcinoma.AR/"
        }
    ]
}