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=438
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=439",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=437",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "59926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039987.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "39197",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.HepG2_hepatoblastoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "64665",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002306.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "64414",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_DIFF.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "19755",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_PROLIF.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "4163",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "1542",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASEM.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "11682",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASES.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "3034",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62890.HCT-116_colon_carcinoma_TCF4.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "2692",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62890.HCT-116_colon_carcinoma_TCF4_DOX.HNF4A/"
        }
    ]
}