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=13
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=14",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=12",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "4899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048160.HEE_human_epididymis_epithelial_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "12082",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048603.A375_malignant_melanoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "15726",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048604.A375_malignant_melanoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "27292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048900.LNCaP-abl_Prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048901.LNCaP-abl_Prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048902.LNCaP-abl_Prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "22143",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048920.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "19141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048921.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048922.22RV1_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "31618",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048986.LNCaP_prostate_carcinoma.AR/"
        }
    ]
}