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=822
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=823",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=821",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "88034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058777.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "67840",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058778.bone_marrow-derived_macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "35535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059223.spleen__lymph_nodes.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "70311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059857.MELmouse_erythroleukemia_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "7277",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059858.MELmouse_erythroleukemia_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "80908",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGQ.GM12878_female_B-cells_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "59278",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGW.K562_myelogenous_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "55730",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIJ.GM12891_male_B-_cells_lymphoblastoid_cell_line.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "92226",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUW.HL-60_acute_myeloid_leukemia.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "5767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000211.erythroleukemic_cells.SPI1/"
        }
    ]
}