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=453
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=454",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=452",
    "results": [
        {
            "tf_name": "IKZF1",
            "total_peaks": "4507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052058.bone_marrow-derived_macrophages.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "15666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052059.bone_marrow-derived_macrophages.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "25194",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052060.bone_marrow-derived_macrophages.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "4740",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031105.CD4_CD8_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031143.thymus.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "2203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031144.thymus.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "14833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031145.thymus.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "29540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031492.pre-B_cells.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "30065",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031493.pre-B_cells.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "74909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031844.pre-B_cells.IKZF1/"
        }
    ]
}