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=401
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=402",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=400",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "81321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035436.MDA-MB-231_breast_adenocarcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "1426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038184.trophoblast_stem_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "24299",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053327.Jurkat_T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "5231",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29180.Jurkat_T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "870",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.CCRF-CEM_T_acute_lymphoblastic_leukemia.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "440",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39179.RPMI-8402_T_acute_lymphoblastic_leukemia.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "47996",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51274.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "35429",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51274.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "22503",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65664.BE2C.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "27083",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65664.Kelly_neuroblastoma.GATA3/"
        }
    ]
}