Whats An Api Call Limit
An API call is a single request to the Tadabase REST API — for example, a script fetching a list of records, creating a new record, or updating an existing one. Each plan includes a monthly quota of API calls along with rate limits that govern how many calls can be made in a short window.
There are two limits to keep in mind:
- Monthly quota — the total number of API calls included with your plan each billing cycle. Higher-tier plans include larger quotas.
- Rate limits — a per-second/per-minute cap that prevents bursts of requests from overwhelming the system. These apply across plans.
If your app makes heavy use of the API — for integrations, custom scripts, or external sync — consider a plan with a higher quota, and design your integrations to batch requests where possible. For exact quotas on each plan, see our pricing page.
We'd love to hear your feedback.