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=861
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=862",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=860",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "18005",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056520.pre-activated_CD4_T_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "35280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056521.pre-activated_CD4_T_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056522.splenic_conventional_dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "24427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056523.splenic_conventional_dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "20311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDC.HeLa_S3_cervical_adenocarcinoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "68671",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000091.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "42284",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000323.Th17-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3349",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000483.embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030966.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "164",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031097.adherent_peritoneal_exudate_macrophages.STAT3/"
        }
    ]
}