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=513
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=514",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=512",
    "results": [
        {
            "tf_name": "KLF6",
            "total_peaks": "490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036219.immature_oligodendrocytes.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "47064",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039787.HepG2_hepatoblastoma.KLF6/"
        },
        {
            "tf_name": "KLF9",
            "total_peaks": "11710",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR125ZYC.MCF7_Invasive_ductal_breast_carcinoma.KLF9/"
        },
        {
            "tf_name": "KLF9",
            "total_peaks": "32366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039578.HepG2_hepatoblastoma.KLF9/"
        },
        {
            "tf_name": "KLF9",
            "total_peaks": "12974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039681.HEK293_embryonic_kidney.KLF9/"
        },
        {
            "tf_name": "KLF9",
            "total_peaks": "79887",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62211.gbm1a.KLF9/"
        },
        {
            "tf_name": "KLF9",
            "total_peaks": "1208",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE62211.gbm1b.KLF9/"
        },
        {
            "tf_name": "KNI",
            "total_peaks": "2249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR579WFC.whole_organism_development_stage_embryonic.KNI/"
        },
        {
            "tf_name": "KNI",
            "total_peaks": "436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045355.8-16_h_embryo.KNI/"
        },
        {
            "tf_name": "KR",
            "total_peaks": "1364",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR156QJC.whole_organism_development_stage_embryonic.KR/"
        }
    ]
}