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=706
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=707",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=705",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "29771",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030646.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031319.dendritic_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "32469",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031320.dendritic_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "11392",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031321.dendritic_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "23582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031322.dendritic_cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "86322",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032090.peritoneal_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "72492",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032091.peritoneal_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032247.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "23756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032248.macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "16325",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032249.macrophages.RELA/"
        }
    ]
}