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=473
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=474",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=472",
    "results": [
        {
            "tf_name": "IRF8",
            "total_peaks": "24009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034203.monocyte-derived_dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "26168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034204.plasmacytoid_dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "18846",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034658.CD24_dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "5749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034660.plasmacytoid_dendritic_cells.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "3251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035156.granulocyte_macrophage_progenitors.IRF8/"
        },
        {
            "tf_name": "IRF8",
            "total_peaks": "1980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035237.B-cells.IRF8/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "50581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031091.Ainv15_embryonic_stem_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "9978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031093.Ainv15_embryonic_stem_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "9166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031094.Ainv15_embryonic_stem_cells.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "46054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037369.embryoid_body.ISL1/"
        }
    ]
}