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=237
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=238",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=236",
    "results": [
        {
            "tf_name": "E2F8",
            "total_peaks": "12044",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR953DVM.K562_myelogenous_leukemia.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "1003",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR897ZXU.MCF7_Invasive_ductal_breast_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "20278",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR793HVL.GM12878_female_B-cells_lymphoblastoid_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049295.BJ_fibroblasts.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "2841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049296.A549_lung_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2FA",
            "total_peaks": "792",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041317.PSB-d_dark_growing_suspension_cells.E2FA/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "1006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000863.pro-B_cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "5947",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033160.C10_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "6028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033161.C10_pre-B-cells.EBF1/"
        },
        {
            "tf_name": "EBF1",
            "total_peaks": "3237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033162.C10_pre-B-cells.EBF1/"
        }
    ]
}