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=947
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=948",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=946",
    "results": [
        {
            "tf_name": "USF1",
            "total_peaks": "41949",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035047.R3R4_erythroid_cells.USF1/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "6739",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048312.K562_myelogenous_leukemia.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "4591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048313.K562_myelogenous_leukemia.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "83332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051174.BMDM_bone_marrow-derived_macrophages.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "101629",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051175.BMDM_bone_marrow-derived_macrophages.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "4489",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DZU.GM12878_female_B-cells_lymphoblastoid_cell_line.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "8530",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECD.WA01_H1_human_embryonic_stem_cells.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "25224",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECW.HeLa_S3_cervical_adenocarcinoma.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "8646",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEF.HepG2_hepatoblastoma.USF2/"
        },
        {
            "tf_name": "USF2",
            "total_peaks": "3621",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EHG.K562_myelogenous_leukemia.USF2/"
        }
    ]
}