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=508
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=509",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=507",
    "results": [
        {
            "tf_name": "KLF4",
            "total_peaks": "42809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038160.embryonic_fibroblasts_expressing_Oct4Sox2Klf4_from_pMX_vector_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "79264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038174.embryonic_fibroblasts_expressing_OSKM_and_Flag-Fra1_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "132946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038177.embryonic_fibroblasts_expressing_OSKM_and_Esrrb_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "60112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038180.pre-induced_pluripotent_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "5852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038259.E3_5_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "57",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038260.embryonic_stem_and_neural_progenitor_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "5498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038263.E3_5_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "595",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038480.U87_glioblastoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "7723",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41561.MCF7_Invasive_ductal_breast_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "8064",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56567.hiPSC.KLF4/"
        }
    ]
}