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=863
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=864",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=862",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037753.bone_marrow-derived_macrophages.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "10152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038750.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "19638",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038751.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1099",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038914.Th0-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "6956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038917.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "17364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038918.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "29077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048895.NCI-H358_human_nnon_small_cell_lung_cancer_cell_line.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "10721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048899.AGS_gastric_adenocarcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "59507",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004237.WA01_H1_human_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "74",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.OCI-LY10_diffuse_large_B-cell_lymphoma.STAT3/"
        }
    ]
}