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=560
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=561",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=559",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "162979",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMJ.MCF7_Invasive_ductal_breast_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "102397",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMM.MCF7_Invasive_ductal_breast_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "48518",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DMQ.MCF7_Invasive_ductal_breast_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "11892",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYC.A549_lung_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7974",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBY.WA01_H1_human_embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "50585",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGJ.K562_myelogenous_leukemia.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7751",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EHR.NB4_acute_promyelocytic_leukemia_.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "20042",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FAG.K562_myelogenous_leukemia.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "33765",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000311.K562_myelogenous_leukemia.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "31633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000439.GM12878_female_B-cells_lymphoblastoid_cell_line.MYC/"
        }
    ]
}