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=854
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=855",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=853",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "13054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031327.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2124",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031329.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "7775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031461.AtT-20_pituitary_tumor.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "7042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031462.AtT-20_pituitary_tumor.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "10774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031644.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033344.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033345.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033346.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "13788",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034277.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "12962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034279.CD4_T-cells.STAT3/"
        }
    ]
}