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=207
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=208",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=206",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "23389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040679.HCT-116-RAD21-mAC.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040768.CD34_hematopoietic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041020.10_hpf_embryo_bud_stage.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "6622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045652.S2-DRSC_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "3959",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046241.whole_organism_development_stage_embryonic.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "1417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046315.S2_Schneider_2.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048607.HCT-116_colon_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048791.PANC1_pancreatic_ductal_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30532",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048888.IMR-5_Neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054511.GM10847_female_B-cells_Lymphoblastoid_Cell_Lines.CTCF/"
        }
    ]
}