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=708
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=709",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=707",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "4205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032925.retina.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033446.MDA-MB-231_breast_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "827",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033447.MDA-MB-231_breast_adenocarcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034728.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "10764",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034729.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "10517",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034730.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "13996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034731.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034732.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "34318",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035525.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "34572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035526.BMDM_bone_marrow-derived_macrophages.RELA/"
        }
    ]
}