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=137
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=138",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=136",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "45035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048229.LUHMES_lund_human_mesencephalic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43835",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048230.LUHMES_lund_human_mesencephalic_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048655.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "11429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048656.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048657.MDMmonocyte_derived_macrophages.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048875.ID00014_lymphoblastoid_cell_DiGeorge_syndrome.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "29705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048876.ID00015_lymphoblastoid_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048877.ID00014_lymphoblastoid_cell_DiGeorge_syndrome.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35169",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049078.MIA_PaCa-2_pancreatic_ductal_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "33569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049756.HUES64_embryonic_stem_cells.CTCF/"
        }
    ]
}