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=314
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=315",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=313",
    "results": [
        {
            "tf_name": "ETS1",
            "total_peaks": "10372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034737.CD4_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "3463",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035622.P5424_thymic_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "25274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036590.pre-B-cell_progenitors.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "26636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037534.primary_splenic_B-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "27547",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037740.RCC_7860_Renal_cell_carcinoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "19535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038274.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "3944",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038278.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "18492",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038279.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "13247",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047590.HEYA8_Ovarian_cancer_cell.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "13536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047591.OVCAR8_high_grade_ovarian_serous_adenocarcinoma.ETS1/"
        }
    ]
}