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=878
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=879",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=877",
    "results": [
        {
            "tf_name": "STAT6",
            "total_peaks": "7475",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000515.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "3580",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000516.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "2067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000517.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "2899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000518.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "18691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031521.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "14778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031522.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "24148",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031523.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "24880",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031524.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "24794",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031525.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "28404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031762.Th9-cells.STAT6/"
        }
    ]
}