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=145
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=146",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=144",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "18188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052223.cardiac_myocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32022",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052343.jejunal_epithelial_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40413",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052484.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052485.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61519",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052551.embryonic_stem_cells-derived_clonal_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052553.embryonic_stem_cells-derived_clonal_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41020",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052555.embryonic_stem_cells-derived_clonal_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37700",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052557.embryonic_stem_cells-derived_clonal_neural_progenitor_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54715",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053041.T47D_invasive_ductal_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32085",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053042.T47D_invasive_ductal_carcinoma.CTCF/"
        }
    ]
}