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=851
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=852",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=850",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033505.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "11662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034280.CD4_T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035749.B-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "2640",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037437.MCF7_Invasive_ductal_breast_carcinoma.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "11510",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037815.bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "13102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048894.NCI-H358_human_nnon_small_cell_lung_cancer_cell_line.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "3016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048898.AGS_gastric_adenocarcinoma.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "67388",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43036.CD14_INFG_LPS.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "49190",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE43036.CD14_LPS.STAT1/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "2558",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FAT.K562_myelogenous_leukemia.STAT2/"
        }
    ]
}