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=569
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=570",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=568",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "7134",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASES.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "4268",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59223.LS174T_colon_adenocarcinoma_BI8622.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "934",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59223.LS174T_colon_adenocarcinoma_DMSO.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "18368",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60223.P493-6_B-cell_lymphoma_SHCTR.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16928",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60223.P493-6_B-cell_lymphoma_SHTERC.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1951",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60223.P493-6_B-cell_lymphoma_SHTERT.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5941",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65544.HFF_foreskin_fibroblast_OHT.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5293",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE65544.HFF_foreskin_fibroblast_OHT_SHBPTF.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "15594",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70098.BE2C_SHCTR.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "13791",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70098.BE2C_SHWDR5.MYC/"
        }
    ]
}