Crunchtime · Rate Limits
Crunchtime Rate Limits
Crunchtime Inventory & Labor APIs enforce a per-site/route usage limit of 500 API calls within any 5-second window; exceeding it returns HTTP 429 until usage subsides. Requests count toward the limit regardless of success or failure. Additional structural limits govern batch save size, list ceilings, page size, and request timeouts.
Crunchtime Rate Limits is the machine-readable rate-limit profile for Crunchtime on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests_per_5s, records_per_save, records_per_list, and records_per_page.
The profile also includes response codes documented for throttled.
Tagged areas include Rate Limiting and Restaurant Operations.
4 Limits
Throttle: 429
Rate LimitingRestaurant Operations
Limits
Per site/route request rate site
500
Up to 500 API calls per 5-second period per customer site/route across all APIs. Requests count regardless of outcome; over the limit returns HTTP 429.
Save batch size request
50
The "Save" feature processes up to 50 records per request, each with per-record success/failure feedback.
List ceiling request
500000
The "List" (getAll) feature has a hard limit of 500k records; some APIs implement a lower custom limit.
Page size default request
10
The "Page" (getByPage) feature defaults to 10 records per page.