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=852
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=853",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=851",
    "results": [
        {
            "tf_name": "STAT2",
            "total_peaks": "1872",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FBC.K562_myelogenous_leukemia.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "10278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033488.BMDM_bone_marrow-derived_macrophages.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "8114",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033489.BMDM_bone_marrow-derived_macrophages.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "5420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035748.B-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "16672",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038453.CD4_T-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "8316",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038454.CD4_T-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "8372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038455.CD4_T-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "14104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038459.CD4_T-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "6660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038460.CD4_T-cells.STAT2/"
        },
        {
            "tf_name": "STAT2",
            "total_peaks": "6877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038461.CD4_T-cells.STAT2/"
        }
    ]
}