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=964
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=965",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=963",
    "results": [
        {
            "tf_name": "YY2",
            "total_peaks": "690",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036400.trophoblast_precursors.YY2/"
        },
        {
            "tf_name": "YY2",
            "total_peaks": "8043",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048879.HeLa_cervical_adenocarcinoma.YY2/"
        },
        {
            "tf_name": "ZEB1",
            "total_peaks": "19987",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC.ZEB1/"
        },
        {
            "tf_name": "ZEN",
            "total_peaks": "9178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046018.2-4_h_embryo.ZEN/"
        },
        {
            "tf_name": "ZFX",
            "total_peaks": "7368",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43147.NOMO-1_acute_monocytic_leukemia.ZFX/"
        },
        {
            "tf_name": "ZFX",
            "total_peaks": "813",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43147.RPMI-8402_T_acute_lymphoblastic_leukemia.ZFX/"
        },
        {
            "tf_name": "ZFX",
            "total_peaks": "8395",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE45394.DAOY_medulloblastoma.ZFX/"
        },
        {
            "tf_name": "ZIC3",
            "total_peaks": "387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040990.8_hpf_embryo.ZIC3/"
        },
        {
            "tf_name": "ZIC3",
            "total_peaks": "1925",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040991.24_hpf_embryo.ZIC3/"
        },
        {
            "tf_name": "ZIP-8",
            "total_peaks": "3551",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR502LXA.Whole_worms_mixed-stage_embryos.ZIP-8/"
        }
    ]
}