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=843
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=844",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=842",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "9851",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000393.T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "35233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000461.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "41951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000463.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "35130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000467.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "34241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000469.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "17807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000489.HeLa_S3_cervical_adenocarcinoma.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "44130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000505.HeLa_S3_cervical_adenocarcinoma.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "67",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031359.dendritic_cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031360.dendritic_cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "22046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031531.BMDM_bone_marrow-derived_macrophages.STAT1/"
        }
    ]
}