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=315
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=316",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=314",
    "results": [
        {
            "tf_name": "ETS1",
            "total_peaks": "337",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29808.RWPE1_prostate_epithelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "9075",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.DU145_prostate_carcinoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "5368",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.PANC1_pancreatic_ductal_adenocarcinoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "56838",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41166.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_VEGF_12H.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "25137",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41166.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_VEGF_1H.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "50052",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41166.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_VEGF_4H.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "25389",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41166.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS2",
            "total_peaks": "2328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031287.dendritic_cells.ETS2/"
        },
        {
            "tf_name": "ETS2",
            "total_peaks": "2462",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031288.dendritic_cells.ETS2/"
        },
        {
            "tf_name": "ETS2",
            "total_peaks": "3127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031289.dendritic_cells.ETS2/"
        }
    ]
}