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=54
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=55",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=53",
    "results": [
        {
            "tf_name": "BACH1",
            "total_peaks": "3912",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGD.K562_myelogenous_leukemia.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "5897",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR043EHG.A549_lung_carcinoma.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "3066",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR585CVE.GM12878_female_B-cells_lymphoblastoid_cell_line.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "9031",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR699TNT.HepG2_hepatoblastoma.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "8543",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR740NPG.K562_myelogenous_leukemia.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "14242",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR636MKU.GM12878_female_B-cells_lymphoblastoid_cell_line.BACH1/"
        },
        {
            "tf_name": "BACH1",
            "total_peaks": "274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037885.pre-pro-B-cells.BACH1/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "12730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036961.CD4_T-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "4424",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040450.B-cells.BACH2/"
        },
        {
            "tf_name": "BACH2",
            "total_peaks": "908",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053746.M1_myeloid_leukemia.BACH2/"
        }
    ]
}