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=390
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=391",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=389",
    "results": [
        {
            "tf_name": "GATA2",
            "total_peaks": "19182",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKM.K562_myelogenous_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "36104",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKA.K562_myelogenous_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "34640",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVW.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "28071",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWG.K562_myelogenous_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "52050",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EYB.SH-SY5Y_neuroblastoma.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "4453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000086.Lin-_bone_marrow_hematopoietic_progenitor_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "4900",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000333.embryonic_stem_cell-derived_haematopoietic_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "7158",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000352.megakaryocytes.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "24271",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000418.G1E_embryonic_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "37240",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000524.K562_myelogenous_leukemia.GATA2/"
        }
    ]
}