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=391
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=392",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=390",
    "results": [
        {
            "tf_name": "GATA2",
            "total_peaks": "29427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000673.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000977.G1E_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "9105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010659.G1E_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "64249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030541.mast_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "11451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031086.G1ME_megakaryocyte_progenitor_cell_line.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "21988",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031975.CD34_hematopoietic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "10290",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032324.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "2998",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032327.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "6258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032330.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "5445",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032334.FDCP-Mix_multipotent_stem_cells.GATA2/"
        }
    ]
}