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=866
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=867",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=865",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "10842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000640.3T3-L1-derived_preadipocytes.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "5231",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000711.embryonic_fibroblasts.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "1941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000715.embryonic_fibroblasts.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "93",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000717.embryonic_fibroblasts.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000719.embryonic_fibroblasts.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "15451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000720.embryonic_fibroblasts.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030768.mammary_tissue.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "12310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031432.T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "1308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031434.T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "9455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031436.T-cells.STAT5A/"
        }
    ]
}