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=864
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=865",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=863",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "2679",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.OCI-LY19_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "8894",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.OCI-LY3_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "21424",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.SU-DHL-2_anaplastic_large_cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "206",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.SU-DHL-6_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "707",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50723.U2932_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "479",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE82295.hFOB_1_19_fetal_osteoblast.STAT3/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "6496",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000385.Th1-cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "13255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000395.T-cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031548.peripheral_blood_mononuclear_cells.STAT4/"
        },
        {
            "tf_name": "STAT4",
            "total_peaks": "9737",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040721.primary_splenic_NK_cells.STAT4/"
        }
    ]
}