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=845
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=846",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=844",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "7705",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033496.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "11879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033498.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "8962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033499.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033500.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "11207",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033502.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "4873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033503.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "2445",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033504.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "9759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033506.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033507.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033508.BMDM_bone_marrow-derived_macrophages.STAT1/"
        }
    ]
}