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=959
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=960",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=958",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "50894",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059879.E14TG2A_embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "68981",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKD.WA01_H1_human_embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "38614",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKJ.GM12891_male_B-_cells_lymphoblastoid_cell_line.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "44788",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKU.K562_myelogenous_leukemia.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "45311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLT.GM12892_female_B-cells_lymphoblastoid_cell_line.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "59543",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMH.K562_myelogenous_leukemia.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "94828",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNP.GM12878_female_B-cells_lymphoblastoid_cell_line.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "40374",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNT.HepG2_hepatoblastoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "53428",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNX.HCT-116_colon_carcinoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "22984",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSM.SK-N-SH_neuroblastoma.YY1/"
        }
    ]
}