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=231
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=232",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=230",
    "results": [
        {
            "tf_name": "E2F4",
            "total_peaks": "1152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035990.liver.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "5123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054360.MCF7_Invasive_ductal_breast_carcinoma.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "1216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054361.MCF7_Invasive_ductal_breast_carcinoma.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "715",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60024.retina.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "940",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYY.GM12878_female_B-cells_lymphoblastoid_cell_line.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "1660",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVL.HeLa_S3_cervical_adenocarcinoma.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "36392",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EWL.K562_myelogenous_leukemia.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "432",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR505NMN.MCF7_Invasive_ductal_breast_carcinoma.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "8894",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000349.embryonic_fibroblasts.E2F4/"
        },
        {
            "tf_name": "E2F4",
            "total_peaks": "5432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000564.mesenchymal_stem_cells-derived_adipocytes.E2F4/"
        }
    ]
}