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=753
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=754",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=752",
    "results": [
        {
            "tf_name": "RUNX1",
            "total_peaks": "44113",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE76181.Jurkat_T-cells.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "13554",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70660.CD34_cells_ADULT.RUNX1/"
        },
        {
            "tf_name": "RUNX1",
            "total_peaks": "6307",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70660.CD34_cells_FETAL.RUNX1/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "36892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032591.MC3T3-E1_preosteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "23351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032593.MC3T3-E1_preosteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "37965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032798.MC3T3-E1_preosteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "13469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032804.MC3T3-E1_preosteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "34843",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036278.bone_marrow-derived_mesenchymal_stem_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "50543",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036286.bone_marrow-derived_mesenchymal_stem_cells.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "25062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036292.bone_marrow-derived_mesenchymal_stem_cells.RUNX2/"
        }
    ]
}