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=57
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=58",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=56",
    "results": [
        {
            "tf_name": "BATF",
            "total_peaks": "40996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038874.Th17-cells.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "59226",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038875.Th17-cells.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "45849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038876.Th17-cells.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "2457",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052456.CD4_T-cells.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "41095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053638.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059710.spleen.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "34868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059711.spleen.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "39256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059712.spleen.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "80513",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BGT.GM12878_female_B-cells_lymphoblastoid_cell_line.BATF/"
        },
        {
            "tf_name": "BATF",
            "total_peaks": "31558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030760.Th17-cells.BATF/"
        }
    ]
}