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=155
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=156",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=154",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "42629",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058916.mESCs_mouse_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "72932",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059025.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059026.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55701",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059183.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059184.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059185.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "80120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059186.embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059251.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059252.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38222",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059253.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        }
    ]
}