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=403
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=404",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=402",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "5411",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72266.CD4_TH2.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "4248",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE40129.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "922",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031766.Flk1_embryonic_stem_cell-derived_mesodermal_progenitors.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031767.Flk1_embryonic_stem_cell-derived_mesodermal_progenitors.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "18861",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033106.heart.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "26474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033107.heart.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "28986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033108.heart.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "68022",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033109.heart.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "61756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036791.HUES64_embryonic_stem_cells.GATA4/"
        }
    ]
}