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=880
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=881",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=879",
    "results": [
        {
            "tf_name": "STAT6",
            "total_peaks": "2611",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040788.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "2231",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040789.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "21054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000054.Th2-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "2632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000514.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "4112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031520.BMDM_bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034478.CD4_T-cells.STAT6/"
        },
        {
            "tf_name": "STAT92E",
            "total_peaks": "91",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044008.whole_organism_development_stage_embryonic.STAT92E/"
        },
        {
            "tf_name": "STAT92E",
            "total_peaks": "333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044111.whole_organism.STAT92E/"
        },
        {
            "tf_name": "STAT92E",
            "total_peaks": "221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045994.intestines_developmental_stage_adult.STAT92E/"
        },
        {
            "tf_name": "SUM1",
            "total_peaks": "295",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041599.S__cerevisiae_cells.SUM1/"
        }
    ]
}