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=833
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=834",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=832",
    "results": [
        {
            "tf_name": "SPT15",
            "total_peaks": "1036",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047067.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047068.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047069.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "1072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047070.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "1043",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047071.S__cerevisiae_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "1071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052759.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "1015",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052760.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "854",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052761.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052762.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052763.whole_cells.SPT15/"
        }
    ]
}