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=561
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=562",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=560",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "3718",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000486.embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "24659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000983.WA01_H1_human_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "51049",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000986.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25727",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000989.normal_epidermal_keratinocytes.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "11224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000990.GM12878_female_B-cells_lymphoblastoid_cell_line.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "11639",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000991.HeLa_S3_cervical_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "18335",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000993.HepG2_hepatoblastoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30544",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000994.K562_myelogenous_leukemia.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "44443",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001022.MCF7_Invasive_ductal_breast_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "13899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001024.FB8470_fibroblasts.MYC/"
        }
    ]
}