SheetToJSON API
Instant CRUD JSON Backend from your Google Sheets. No setup required.
12 subscribers
9.4/10 popularity
2845 ms avg latency
33% success rate
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
SheetToJSON API endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
registerSheet /v1/register |
Link a Google Spreadsheet to your RapidAPI account. You must call this endpoint once before using the CRUD operations. Don't forget to share your sheet with the provided service… |
| GET |
getRows /v1/{spreadsheetId}/{sheetName} |
Retrieve rows from your sheet. Supports pagination, sorting, and advanced filtering (e.g., ?price=gt:50 or ?name=lk:apple). Served from a high-speed cache. |
| POST |
insertRows /v1/{spreadsheetId}/{sheetName} |
Add one or multiple new rows to the bottom of your sheet. The cache is automatically updated. |
| PATCH |
updateRow /v1/{spreadsheetId}/{sheetName} |
Update specific fields of an existing row. You must provide a lookup key and value in the query parameters to identify the row. |
| DELETE |
deleteRow /v1/{spreadsheetId}/{sheetName} |
Delete a row from your sheet. Requires lookup_key and lookup_value to identify the row. |
SheetToJSON API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 5 / second |
|
| ULTRA Recommended | $39 / month | — |
|
| MEGA | $149 / month | — |
|