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=687
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=688",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=686",
    "results": [
        {
            "tf_name": "PPARG",
            "total_peaks": "567",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000333.WPMY-1.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "639",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008801.macrophages.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "602",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP009021.macrophage.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "24904",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE21366.hASC_preadipocytes.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "11946",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41629.SGBS_Simpson_Golabi_Behmel_syndrome_type_1_adipocytes.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "25773",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50144.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_DMSO_HYPO.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "647",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50144.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_DMSO_NORMO.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "8936",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50144.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_PPARG_HYPO.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "263",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50144.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_PPARG_NORMO.PPARG/"
        },
        {
            "tf_name": "PPARG",
            "total_peaks": "26562",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77039.HT29_colon_adenocarcinoma_ROSIG_2H.PPARG/"
        }
    ]
}