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=142
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=143",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=141",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "71110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050510.pro-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050511.pre-B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051028.GM17942_lymphoblastoid_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36138",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051029.GM12878_female_B-cells_lymphoblastoid_cell_line.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "76554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051537.MC3T3-E1_preosteoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "49583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051538.MC3T3-E1_preosteoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53925",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051539.MC3T3-E1_preosteoblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "15495",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051549.Th2-cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "13218",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051550.EL4_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "23168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051551.EL4_lymphoma.CTCF/"
        }
    ]
}