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=383
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=384",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=382",
    "results": [
        {
            "tf_name": "GATA1",
            "total_peaks": "25231",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034086.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "27656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034087.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "3660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034210.G1E_embryonic_stem_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "6223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034387.G1ME_megakaryocyte_progenitor_cell_line.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "2930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034986.embryonic_stem_cell-derived_hematopoietic_progenitors.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "7782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040809.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "5501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040811.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "10421",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43625.erythroid_cells.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "17227",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFT.K562_myelogenous_leukemia.GATA1/"
        },
        {
            "tf_name": "GATA1",
            "total_peaks": "10894",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWM.K562_myelogenous_leukemia.GATA1/"
        }
    ]
}