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=319
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=320",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=318",
    "results": [
        {
            "tf_name": "ETV6",
            "total_peaks": "1747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052457.CD4_T-cells.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "2226",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052459.CD4_T-cells.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "4571",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FCE.K562_myelogenous_leukemia.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "6723",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR124BJR.K562_myelogenous_leukemia.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "6117",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR597VGC.GM12878_female_B-cells_lymphoblastoid_cell_line.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "26753",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR626VUC.GM12878_female_B-cells_lymphoblastoid_cell_line.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "24155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031753.embryonic_stem_cell-derived_neural_progenitor-like_cells.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "18931",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038554.GM12878_female_B-cells_lymphoblastoid_cell_line.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "29549",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038555.GM12878_female_B-cells_lymphoblastoid_cell_line.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "9598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038885.Th17-cells.ETV6/"
        }
    ]
}