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=511
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=512",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=510",
    "results": [
        {
            "tf_name": "KLF5",
            "total_peaks": "35461",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033033.3T3-L1_embryonic_fibroblasts.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "2925",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036716.HUES64_embryonic_stem_cells.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "2553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036717.HUES64_embryonic_stem_cells.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "4657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036718.HUES64_embryonic_stem_cells.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "775",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.AGS_gastric_adenocarcinoma.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "27579",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.KATOIII_signet_ring_cell_gastric_adenocarcinoma.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "2475",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51705.YCC3_gastric_adenocarcinoma.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "6687",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.pdac.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "384",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "369",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASEM.KLF5/"
        }
    ]
}