TutorCruncher · Rate Limits

Tutorcruncher Rate Limits

TutorCruncher publishes a single, explicit REST API rate limit: 100 API requests per minute per account. This applies across all endpoints and should be respected when running bulk operations. Beyond the request-rate cap, list-based GET requests are paginated at 100 objects per page, which bounds response size and encourages cursor-style paging via the `next` URL. Webhook delivery has its own retry/backoff behavior rather than a request-rate limit.

Tutorcruncher Rate Limits is the machine-readable rate-limit profile for TutorCruncher on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, objects, and deliveries.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Tutoring, Education, Rate Limiting, Quotas, and Pagination.

3 Limits Throttle: 429
TutoringEducationRate LimitingQuotasPagination

Limits

REST API Requests account
requests
100 per minute
Explicit documented limit across all API endpoints.
List Pagination request
objects
100 per page
All list-based GET endpoints return up to 100 objects per page with count/next/previous/results.
Webhook Delivery Retries integration
deliveries
up to 4 retries with exponential backoff (1s, 10s, 100s, 1000s)
Retries fire on timeout, non-response, or 5xx. Endpoints exceeding a 20% failure rate are auto-disabled.

Policies

Bulk Operation Pacing
Stay under 100 requests/minute for bulk operations; page through large result sets via the next URL rather than issuing many parallel requests.
Backoff Strategy
On a 429 response, back off and retry; implement exponential backoff with jitter.
Webhook Reliability
Webhook endpoints must return promptly and with 2xx; sustained failures (>20%) auto-disable the integration and must be re-enabled.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/tutorcruncher-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.