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=449
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=450",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=448",
    "results": [
        {
            "tf_name": "HSF1",
            "total_peaks": "4355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000566.mesenchymal_stem_cells-derived_adipocytes.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "240",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031480.STHdhQ7_striatal_cells.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031481.STHdhQ111_striatal_cells.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033542.spermatocytes.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "145",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035375.embryonic_fibroblasts.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "189",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035376.embryonic_fibroblasts.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "2705",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.BPLER_mammary_epithelial_cells.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "3684",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.BT-20_breast_invasive_ductal_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "1113",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.HCT-15_colon_carcinoma.HSF1/"
        },
        {
            "tf_name": "HSF1",
            "total_peaks": "249",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38901.HMLER_mammary_epithelial_cells.HSF1/"
        }
    ]
}