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=877
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=878",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=876",
    "results": [
        {
            "tf_name": "STAT5B",
            "total_peaks": "10745",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000398.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "11263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030767.mammary_tissue.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "4306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030969.dendritic_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "742",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031431.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040387.primary_splenic_NK_cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "29228",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64713.cd8-il2.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "28195",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64713.CD8_H9.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "10103",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64713.CD8_H9RET.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "8637",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64713.CD8_H9RETR.STAT5B/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "3422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000055.Th2-cells.STAT6/"
        }
    ]
}