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=73
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=74",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=72",
    "results": [
        {
            "tf_name": "CDX2",
            "total_peaks": "7962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036697.HUES64_embryonic_stem_cells.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "9966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038476.LS174T_colon_adenocarcinoma.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "18570",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30026.COLO-320_colon_adenocarcinoma.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "29874",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_DIFF.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "4725",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_PROLIF.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "47046",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer_125.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "37692",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer.CDX2/"
        },
        {
            "tf_name": "CDX4",
            "total_peaks": "17521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041072.10_hpf_embryo_bud_stage.CDX4/"
        },
        {
            "tf_name": "CEBP-1",
            "total_peaks": "4181",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR993GFS.Whole_worms_developmental_stage_young_adults.CEBP-1/"
        },
        {
            "tf_name": "CEBP-1",
            "total_peaks": "2098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044377.Whole_worms_mix_stage_culture.CEBP-1/"
        }
    ]
}