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=717
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=718",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=716",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "24352",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051179.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "51501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051183.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "40444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051186.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052055.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052056.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052057.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052061.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052062.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2551",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052063.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "10563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052175.bone_marrow-derived_macrophages.RELA/"
        }
    ]
}