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=858
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=859",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=857",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "1920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040741.TMD8_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2621",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040742.OCI-LY10_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040743.OCI-LY10_diffuse_large_B-cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "31436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048575.MCF10A-ER-Src.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "62604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048576.MCF10A-ER-Src.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2280",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049967.EML_-C1EML_clone_1.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2890",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051385.kidney.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "13205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051388.kidney.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "11172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051803.AtT-20_pituitary_tumor.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "27967",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051804.AtT-20_pituitary_tumor.STAT3/"
        }
    ]
}