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=59
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=60",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=58",
    "results": [
        {
            "tf_name": "BATF",
            "total_peaks": "73110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038866.Th17-cells.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "10243",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY10_diffuse_large_B-cell_lymphoma.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "3432",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma.BATF/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "24641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037668.Th2-cells.BATF3/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "7351",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049467.ST-1_Adult_T_acute_lymphoblastic_leukemia.BATF3/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "13451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049476.KK1_Adult_T_acute_lymphoblastic_leukemia.BATF3/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "22268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034657.CD24_dendritic_cells.BATF3/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "1256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034659.CD172_dendritic_cells.BATF3/"
        },
        {
            "tf_name": "BATF3",
            "total_peaks": "13371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038551.GM12878_female_B-cells_lymphoblastoid_cell_line.BATF3/"
        },
        {
            "tf_name": "BCD",
            "total_peaks": "2485",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR167BID.whole_organism_development_stage_embryonic.BCD/"
        }
    ]
}