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=676
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=677",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=675",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "64128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038173.embryonic_fibroblasts_expressing_OSKM_and_Flag-Fra1_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "64805",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038176.embryonic_fibroblasts_expressing_OSKM_and_Esrrb_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "50501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038178.pre-induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2204",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038264.E3_5_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1888",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038693.WA09_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "4688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038694.WA09_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "50370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038926.F9_embryonal_carcinoma.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "6718",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040986.embryos_late_blastula.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040987.embryos_512_cell_stage.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "54313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047520.WA01_H1_human_embryonic_stem_cells.POU5F1/"
        }
    ]
}