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=196
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=197",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=195",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "50809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036842.OCI-LY7_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036843.IPSC-derived_bipolar_neuron.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "61879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036844.IPSC-derived_bipolar_neuron.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036845.DOHH2_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48551",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036846.DOHH2_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "48524",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036849.PC9_lung_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34195",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036850.PC9_lung_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036853.MM1_S_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45318",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036854.MM1_S_plasma_cell_myeloma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34621",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036855.hepatocytes.CTCF/"
        }
    ]
}