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=147
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=148",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=146",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "34400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053053.T47D_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "88774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053093.EOL-1_Acute_myeloid_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "91283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053099.MOLM-13acute_monocytic_leukemiaAML_Homo_sapiens.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "89441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053102.SYO-1Biphasic_synovial_sarcoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "79723",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053106.Jurkat_T-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "76538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053111.TTC-1240_Rhabdoid_tumor_of_the_kidney.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053296.EndoC-BH1_human_pancreatic_beta_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29829",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053501.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37838",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053502.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053503.clonal_MEF.CTCF/"
        }
    ]
}