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=506
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=507",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=505",
    "results": [
        {
            "tf_name": "KLF4",
            "total_peaks": "55049",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36570.BJ_fibroblasts.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "41318",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57702.keratinocytes.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "2418",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR265WJC.MCF7_Invasive_ductal_breast_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "22394",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000484.embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "9237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032289.mammary_epithelial_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "17134",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032727.J1_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "12922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032729.J1_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "25829",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032747.CGR8_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "19870",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033032.3T3-L1_embryonic_fibroblasts.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "2965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034573.mixture_of_cell_types.KLF4/"
        }
    ]
}