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=317
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=318",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=316",
    "results": [
        {
            "tf_name": "ETV1",
            "total_peaks": "24366",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47120.LNCaP_prostate_carcinoma.ETV1/"
        },
        {
            "tf_name": "ETV2",
            "total_peaks": "1498",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033738.embryonic_stem_cells.ETV2/"
        },
        {
            "tf_name": "ETV2",
            "total_peaks": "50378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054362.MCF7_Invasive_ductal_breast_carcinoma.ETV2/"
        },
        {
            "tf_name": "ETV2",
            "total_peaks": "3640",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033739.embryonic_stem_cells.ETV2/"
        },
        {
            "tf_name": "ETV4",
            "total_peaks": "27627",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR714YZG.HepG2_hepatoblastoma.ETV4/"
        },
        {
            "tf_name": "ETV4",
            "total_peaks": "11175",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038023.EpRas_mammary_gland_epithelial_cells.ETV4/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "41623",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048066.fibroblast_of_dermis.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "19845",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049301.BJ_fibroblasts.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "37315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051213.AT-2_Alveolar_type_II_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "1244",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059732.RGd2embryonic_stem_cells.ETV5/"
        }
    ]
}