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=755
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=756",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=754",
    "results": [
        {
            "tf_name": "RUNX2",
            "total_peaks": "11799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037204.SaOS2_osteosarcoma.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "31226",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051009.MC3T3-E1_subclone_4_preosteoblasts.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "257658",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003787.IMSC3.RUNX2/"
        },
        {
            "tf_name": "RUNX2",
            "total_peaks": "39850",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE33889.LNCaP_C4-2B_prostate_carcinoma.RUNX2/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "34936",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053518.ILC2_type_2_Innate_lympoid_cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "114941",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRI.GM12878_female_B-cells_lymphoblastoid_cell_line.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "14020",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032300.natural_killer_cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "3227",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032303.CD8_T-cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "6079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032304.CD8_T-cells.RUNX3/"
        },
        {
            "tf_name": "RUNX3",
            "total_peaks": "2005",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032307.natural_killer_cells.RUNX3/"
        }
    ]
}