Multiple sheets

By default, the first sheet is selected, however, if you want to select another one, add the sheet attribute and specify the sheet name.

When the sheet is not found, you will receive a 404 error.

Here are some examples:

GET https://sheetdb.io/api/v1/58f61be4dda40?sheet=sheet2
POST https://sheetdb.io/api/v1/58f61be4dda40?sheet=sheet2
PATCH https://sheetdb.io/api/v1/58f61be4dda40/{column}/{value}?sheet=sheet2
DELETE https://sheetdb.io/api/v1/58f61be4dda40/{column}/{value}?sheet=sheet2