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=501
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=502",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=500",
    "results": [
        {
            "tf_name": "KLF10",
            "total_peaks": "79",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038083.A549_lung_carcinoma.KLF10/"
        },
        {
            "tf_name": "KLF10",
            "total_peaks": "132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038084.A549_lung_carcinoma.KLF10/"
        },
        {
            "tf_name": "KLF10",
            "total_peaks": "7325",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038564.MCF7_Invasive_ductal_breast_carcinoma.KLF10/"
        },
        {
            "tf_name": "KLF10",
            "total_peaks": "16696",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051011.HepG2_hepatoblastoma.KLF10/"
        },
        {
            "tf_name": "KLF11",
            "total_peaks": "25329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033778.hMADS-3_adipose-derived_stem_cells.KLF11/"
        },
        {
            "tf_name": "KLF11",
            "total_peaks": "32024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033779.hMADS-3_adipose-derived_stem_cells.KLF11/"
        },
        {
            "tf_name": "KLF11",
            "total_peaks": "45688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039958.HepG2_hepatoblastoma.KLF11/"
        },
        {
            "tf_name": "KLF12",
            "total_peaks": "9693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035943.HEK293_embryonic_kidney.KLF12/"
        },
        {
            "tf_name": "KLF13",
            "total_peaks": "4963",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR946ZLI.HEK293_embryonic_kidney.KLF13/"
        },
        {
            "tf_name": "KLF14",
            "total_peaks": "2785",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR780ESQ.HEK293_embryonic_kidney.KLF14/"
        }
    ]
}