All posts

Posts tagged #api

7 posts

3 min read

SheetsAPI vs the Google Sheets API: What's the Difference?

The Google Sheets API and GKit SheetsAPI both read Google Sheets — but they solve different problems. Here's when to use each.

Read more

3 min read

Sorting Google Sheets Data via REST API

How to sort rows returned by SheetsAPI using the sort query parameter — ascending, descending, and multi-field sorting patterns.

Read more

3 min read

Filtering and Searching Google Sheets Data via REST API

How to use SheetsAPI's search, search_exact, and sort parameters to filter your Google Sheets data server-side — without downloading the whole sheet.

Read more

2 min read

Authentication Options for Google Sheets REST APIs

A comparison of authentication approaches when serving Google Sheets data via REST: public endpoints, API keys, and OAuth tokens.

Read more

2 min read

Pagination with Google Sheets API: limit, offset, and page numbers

How to implement pagination when reading Google Sheets data through SheetsAPI — using limit and offset parameters with real code examples.

Read more

5 min read

Google Sheets API Rate Limits Explained

Understanding Google Sheets API quotas, what the 429 error means, and how GKit SheetsAPI helps you stay within limits without slowing your app down.

Read more

4 min read

How to Read Google Sheets Data with JavaScript

Three ways to read Google Sheets data in JavaScript: the official Sheets API, SheetsAPI (simpler), and the CSV export trick.

Read more