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=512
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=513",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=511",
    "results": [
        {
            "tf_name": "KLF5",
            "total_peaks": "2686",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASES.KLF5/"
        },
        {
            "tf_name": "KLF5",
            "total_peaks": "15290",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.KLF5/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "2373",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034073.HeLa_cervical_adenocarcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "6942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034075.HeLa_cervical_adenocarcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "22506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058183.786-M1A_Renal_cell_carcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "55",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033413.hepatocellular_carcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "3110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034072.HeLa_cervical_adenocarcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "5956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034074.HeLa_cervical_adenocarcinoma.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036217.oligodendrocyte_progenitors.KLF6/"
        },
        {
            "tf_name": "KLF6",
            "total_peaks": "215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036218.oligodendrocyte_progenitors.KLF6/"
        }
    ]
}