Skip to content

Rate Limits

Rate limits ensure fair usage and system stability across all partners.

EnvironmentRate Limit
Testing (Beta)25 requests/sec baseline with a 50 requests/sec burst
ProductionNegotiated between Atom Tickets and the partner

If you exceed the rate limit, the API will return an HTTP 429 Too Many Requests response. Implement exponential backoff in your integration to gracefully handle rate limiting.

  • Cache responses where possible — venue and production details don’t change frequently
  • Use batch endpoints (e.g., byIds) to fetch multiple resources in a single request instead of individual calls
  • Use the forVenues endpoint to fetch showtimes for multiple venues at once rather than querying each venue individually
  • Limit page sizes to what you actually need rather than requesting the maximum of 100