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=409
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=410",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=408",
    "results": [
        {
            "tf_name": "GATA6",
            "total_peaks": "16541",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036794.HUES64_embryonic_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "2606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036959.primary_keratinocytes.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "74200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037214.WA01_H1_human_embryonic_stem_cells.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "2029",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004206.H9.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "38421",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47535.PaTu8988S_pancreatic_adenocarcinoma.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "27094",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.AGS_gastric_adenocarcinoma.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "2519",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.KATOIII_signet_ring_cell_gastric_adenocarcinoma.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "33446",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.YCC3_gastric_adenocarcinoma.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "7065",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51936.HUG1N.GATA6/"
        },
        {
            "tf_name": "GATA6",
            "total_peaks": "488",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23436.Caco-2_colon_adenocarcinoma_DIFF.GATA6/"
        }
    ]
}