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=505
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=506",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=504",
    "results": [
        {
            "tf_name": "KLF4",
            "total_peaks": "25642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052412.embryonic_fibroblasts.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "29728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052413.embryonic_fibroblasts.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "8988",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053540.Akt_5MOI_mouse_prostate_stem_cell_line.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "24091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054365.MCF7_Invasive_ductal_breast_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "41237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058666.squamous_cell_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "37410",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058667.squamous_cell_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "607",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058669.squamous_cell_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "1095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058670.squamous_cell_carcinoma.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "75164",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059867.E14TG2A_embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "37172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059868.E14TG2A_embryonic_stem_cells.KLF4/"
        }
    ]
}