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=55
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=56",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=54",
    "results": [
        {
            "tf_name": "BACH2",
            "total_peaks": "22608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032019.CD4_T-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "14057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036960.CD4_T-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "49119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037887.pre-pro-B-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "16761",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040449.B-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "8817",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44420.OCI-LY7_diffuse_large_B-cell_lymphoma.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "5366",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.DOHH2_diffuse_large_B-cell_lymphoma.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "2973",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.OCI-LY7_diffuse_large_B-cell_lymphoma.BACH2/"
        },
        {
            "tf_name": "BARX1",
            "total_peaks": "931",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035063.E13_5_stomach_mesenchymal_cells.BARX1/"
        },
        {
            "tf_name": "BAS1",
            "total_peaks": "95",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041914.SK1_meiotic_cells_4_hours.BAS1/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "9008",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031648.CD4_T-cells.BATF/"
        }
    ]
}