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=460
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=461",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=459",
    "results": [
        {
            "tf_name": "IRF3",
            "total_peaks": "3883",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034722.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "33",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034724.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034725.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "1951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034726.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034727.BMDM_bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "267",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040367.bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040368.bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "232",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040369.bone_marrow-derived_macrophages.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "1296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040864.HBTEC_Primary_Human_BronchialTracheal_Epithelial_Cells.IRF3/"
        },
        {
            "tf_name": "IRF3",
            "total_peaks": "844",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040865.HBTEC_Primary_Human_BronchialTracheal_Epithelial_Cells.IRF3/"
        }
    ]
}