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=716
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=717",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=715",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "22262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049367.Detroit_562_Pharyngeal_squamous_cell_carcinoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5848",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050376.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4910",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050377.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "68522",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051149.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "8740",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051151.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "38168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051156.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "62634",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051158.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "48039",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051165.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "63393",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051167.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "48658",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051178.BMDM_bone_marrow-derived_macrophages.RELA/"
        }
    ]
}