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=143
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=144",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=142",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "68836",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051724.ES-E14_E14_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "78477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051726.ES-E14_E14_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051909.nephron_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40845",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051910.nephron_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051936.bone_marrow.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37431",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051937.bone_marrow.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051938.bone_marrow.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "33593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051939.bone_marrow.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "71830",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052169.AML12.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61214",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052170.AML12.CTCF/"
        }
    ]
}