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=240
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=241",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=239",
    "results": [
        {
            "tf_name": "EBF1",
            "total_peaks": "20978",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DZQ.GM12878_female_B-cells_lymphoblastoid_cell_line.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "8148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000188.38B9_A-MuLV_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "7170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030453.B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "10294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031258.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "973",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031259.lymph_nodes.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "8283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032475.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "14742",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033046.3T3-L1_embryonic_fibroblasts.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "11484",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036202.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "24898",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036588.pre-B-cell_progenitors.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "7099",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037904.pro-B_cells.EBF1/"
        }
    ]
}