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=16
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=17",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=15",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "23380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049282.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "8802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049283.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "31749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049284.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "738",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049285.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049286.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4435",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049390.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "57989",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049391.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "57593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049392.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "10171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049393.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "10290",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049440.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.AR/"
        }
    ]
}