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=371
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=372",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=370",
    "results": [
        {
            "tf_name": "FOXO1",
            "total_peaks": "37651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048924.pre-_leukemia_stem_cells_CD34_human_cord_blood_cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "2398",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051785.C10_pre-B-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "8872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053623.liver.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "2439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053624.liver.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "16645",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053734.whole_uterus.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "8948",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE68349.B-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "7983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031713.T-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "9301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032111.CD8_T-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "6282",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032112.CD8_T-cells.FOXO1/"
        },
        {
            "tf_name": "FOXO1",
            "total_peaks": "4981",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033327.CD4_T-cells.FOXO1/"
        }
    ]
}