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=192
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=193",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=191",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "43",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031814.limb_bud.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42946",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031943.B-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031944.plasmablasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43890",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032149.pro-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "88296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032691.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "74495",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032693.mast_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61971",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032763.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34247",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032934.THP-1_acute_monocytic_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033039.PC3bone_mets_prostate_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033388.trophoblast_stem_cells.CTCF/"
        }
    ]
}