Start here
Overview →Quick Start
Connect a Google Sheet and make your first request in a couple of minutes.
Prepare your Sheet
Set up column headers and sharing so Sheet Best can read and write your data.
Authentication
Protect your endpoints with an API key passed via the X-Api-Key header.
Working with the API
All guides →Read data (GET)
Fetch all rows, a single row, or a range from any tab.
Write data (POST)
Append one or many rows by sending JSON to your sheet endpoint.
Update data (PUT/PATCH)
Replace or partially update rows by index or by filter.
Filter & search
Filter by column with wildcards and combine columns through /search.
Query operators
Compare numbers and dates with __gt, __lt, __gte, __lte and more.
Aggregations
Sum, mean, min, max and other column-wise summaries via /agg.