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=862
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=863",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=861",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "2787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031643.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "33050",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031658.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "247",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033378.astrocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "320",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035630.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "4748",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036759.HUES64_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "4800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036760.HUES64_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "6704",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036761.HUES64_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1343",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036973.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "19129",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037698.A139_ER-_PR-_HER2-_breast_cancer_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "23264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037699.A137_ER-_PR-_HER2-_breast_cancer_cells.STAT3/"
        }
    ]
}