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=831
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=832",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=830",
    "results": [
        {
            "tf_name": "SPIB",
            "total_peaks": "2500",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.ncih929.SPIB/"
        },
        {
            "tf_name": "SPIB",
            "total_peaks": "18102",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY10_diffuse_large_B-cell_lymphoma.SPIB/"
        },
        {
            "tf_name": "SPIB",
            "total_peaks": "28175",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHCTR.SPIB/"
        },
        {
            "tf_name": "SPIB",
            "total_peaks": "3499",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma_SHSPIB.SPIB/"
        },
        {
            "tf_name": "SPIB",
            "total_peaks": "28008",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE56857.OCI-LY3_diffuse_large_B-cell_lymphoma.SPIB/"
        },
        {
            "tf_name": "SPL7",
            "total_peaks": "556",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041271.7_days_old_seedlings.SPL7/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042289.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "720",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042292.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042293.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "803",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042296.S__cerevisiae_cells.SPT15/"
        }
    ]
}