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=148
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=149",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=147",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "34702",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053504.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053505.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "39450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053506.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43628",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053507.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "40277",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053508.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "32614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053509.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "42987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053510.clonal_MEF.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053561.G4_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "19669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053563.G4_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053565.G4_embryonic_stem_cells.CTCF/"
        }
    ]
}