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=868
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=869",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=867",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "25299",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035684.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "33241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035685.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "16996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035686.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "18626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035687.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "1302",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036063.CD4_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "462",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036064.CD4_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "3654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036065.CD4_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "645",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036066.CD4_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "4418",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036067.CD4_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "1649",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036068.CD4_T-cells.STAT5A/"
        }
    ]
}