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=952
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=953",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=951",
    "results": [
        {
            "tf_name": "VDR",
            "total_peaks": "2872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000241.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032907.IDG-SW3_bone_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "19294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033036.3T3-L1_embryonic_fibroblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "14080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036266.bone_marrow-derived_mesenchymal_stem_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "21329",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64656.LNCaP_prostate_carcinoma.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "6131",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer_125.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "2068",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38103.LX-2_hepatic_stellate_cells_CALCIPOTRIOL.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "28605",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38103.LX-2_hepatic_stellate_cells_CALCIPOTRIOL_TGFB1.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "170",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51181.THP-1_acute_monocytic_leukemia_1H_125D.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "249",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51181.THP-1_acute_monocytic_leukemia_2H_125D.VDR/"
        }
    ]
}