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=238
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=239",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=237",
    "results": [
        {
            "tf_name": "EBF1",
            "total_peaks": "3364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033163.C10_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033164.C10_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "10784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035029.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "6266",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035030.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "17471",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035031.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "4772",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035032.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "8501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036207.fetal_liver.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "30842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036587.pre-B-cell_progenitors.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "5657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037905.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "19571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050257.pre-pro-B-cells.EBF1/"
        }
    ]
}