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=251
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=252",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=250",
    "results": [
        {
            "tf_name": "ELF1",
            "total_peaks": "16591",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR841NDX.GM12878_female_B-cells_lymphoblastoid_cell_line.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "15487",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR033OWC.MEL_cell_line.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "17580",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR502NRF.MCF7_Invasive_ductal_breast_carcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "10342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031717.CD4_T-cells.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "16873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031718.CD4_T-cells.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "25619",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037554.SNU175_adenocarcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "18974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037555.COLO-320_colon_adenocarcinoma.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "21661",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "268",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.du145.ELF1/"
        },
        {
            "tf_name": "ELF1",
            "total_peaks": "40171",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHFLI_96H.ELF1/"
        }
    ]
}