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=197
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=198",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=196",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "44527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036856.hepatocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036857.hepatocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26602",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036862.neutrophils.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "20964",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036863.neutrophils.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "87145",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037167.bone_marrow-derived_mesenchymal_stromal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037169.bone_marrow-derived_mesenchymal_stromal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "91569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037171.bone_marrow-derived_mesenchymal_stromal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037173.bone_marrow-derived_mesenchymal_stromal_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "4534",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037260.spermatocytes.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037346.haploid_mESCs_derived_from_strain_129Ola.CTCF/"
        }
    ]
}