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=712
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=713",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=711",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "8695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038316.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4791",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038317.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "121",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038318.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038319.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "152",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038320.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "763",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038321.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "318",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038644.HepG2_hepatoblastoma.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "718",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038730.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "27131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038731.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "32804",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038732.bone_marrow-derived_macrophages.RELA/"
        }
    ]
}