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=12
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=13",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=11",
    "results": [
        {
            "tf_name": "AR",
            "total_peaks": "5695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038192.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "4108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038193.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "12048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040660.breast_tumor.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "2798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040661.MCF-7_C4-12_invasive_breast_ductal_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "5488",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048074.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "3616",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048075.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048076.LNCaP_prostate_carcinoma.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048157.HEE_human_epididymis_epithelial_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "21162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048158.HEE_human_epididymis_epithelial_cells.AR/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "618",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048159.HEE_human_epididymis_epithelial_cells.AR/"
        }
    ]
}