Tired Events API
Build event discovery apps, custom checkout flows, venue kiosks, and integrations on top of the Tired Events platform.
Base URL: https://tiredapi.co/v1Get API Key →API Overview
The Tired Events API gives you programmatic access to events, tickets, orders, and user data. It follows REST conventions, returns JSON, and uses bearer token authentication. Base URL: https://tiredapi.co/v1
Rate Limits
Public endpoints: 100 req/min per IP. Authenticated endpoints: 600 req/min per token. Pro and Elite organizers: 2,000 req/min. Limits are enforced per sliding window and returned in X-RateLimit-* headers.
Versioning
The API is versioned via the URL path (/v1). We maintain backwards compatibility within a major version. Breaking changes are announced at least 90 days in advance.
SDKs & Libraries
Official SDKs coming soon for JavaScript/TypeScript, Python, and Go. In the meantime, the API is fully REST-compatible with any HTTP client. Webhook payloads are JSON-encoded with HMAC-SHA256 signatures.
Support
API questions and bug reports: api@tired.events. Include your request_id from error responses for faster resolution.