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=471
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=472",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=470",
    "results": [
        {
            "tf_name": "IRF8",
            "total_peaks": "10221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033473.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "6845",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034745.gastric_epithelial_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "2557",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035235.B-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "3509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035236.B-cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "4657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036113.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "4341",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036114.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "4624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036115.BMDM_bone_marrow-derived_macrophages.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038055.medullary_thymic_epithelial_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038056.medullary_thymic_epithelial_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "35018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040735.bone_marrow-derived_macrophages.IRF8/"
        }
    ]
}