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=208
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=209",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=207",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "46892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054521.GM18486_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48635",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054523.GM18505_female_B-cells_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054525.GM18526_B__cells_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054529.GM19099_female_B-cells_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054531.GM19193_female_B-cells_Lymphoblastoid_Cell_Lines.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056003.E14_5_limb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056004.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057868.MCF7L-TamRimmortalized_breast_epithelial_tamoxifen_resistant_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058186.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "60974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058188.HEK293T_embryonic_kidney.CTCF/"
        }
    ]
}