Faster, leaner API responses

API

A few improvements for anyone building on the API:

  • Cursor-based pagination is now the standard for list endpoints — tickets, orders, and events — and is dramatically faster on large catalogs. The older page-number style still works for now and will be retired later this year, with plenty of notice.
  • Include related records inline. Ask for a ticket’s order in the same request with ?include=, saving a round trip.
  • Rate limiting now protects the API from abusive traffic, keeping responses fast for everyone.
Jeff Blake