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=458
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=459",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=457",
    "results": [
        {
            "tf_name": "IRF1",
            "total_peaks": "10123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040365.bone_marrow-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "12097",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040366.bone_marrow-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "11084",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43036.CD14.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "7544",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033490.BMDM_bone_marrow-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "3502",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034611.small_intestine.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "5478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036833.monocyte-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "300",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037818.bone_marrow-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "3239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031449.CD34_hematopoietic_stem_cells-derived_proerythroblasts.IRF2/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "3995",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040335.embryonic_fibroblasts.IRF2/"
        },
        {
            "tf_name": "IRF2",
            "total_peaks": "16184",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059709.primary_iKAP_colorectal_cancer.IRF2/"
        }
    ]
}