Introduction
The Atom Tickets Partner API allows partners to integrate movie ticketing functionality into their platforms. You can search for venues, browse movie productions, check showtime availability and pricing, and direct users to the Atom checkout flow.
API Environments
Section titled “API Environments”| Stage | Endpoint |
|---|---|
| Beta | https://api-beta.atomtickets.com |
| Prod | https://api.atomtickets.com |
Use the Beta environment for development and testing. Production endpoints and rate limits are determined during your partner onboarding.
Base URL
Section titled “Base URL”All API routes are prefixed with /partner/. For example, the health check endpoint is:
GET https://api-beta.atomtickets.com/partner/pingValue Defaults and Limits
Section titled “Value Defaults and Limits”| Field | Default | Max |
|---|---|---|
radius | — | 80km |
pageSize | 25 | 100 |
startDate/endDate difference | 1 day | 7 days |
Date Formats
Section titled “Date Formats”The API supports two date format styles:
ISO 8601 (with timezone)
isoStartDate=2024-01-15T07:00:00ZisoEndDate=2024-01-16T07:00:00ZLocal date (no timezone)
localStartDate=2024-01-15T00:00:00localEndDate=2024-01-16T00:00:00When querying endpoints that accept date ranges, you must provide either the ISO date pair or the local date pair, not both.
Next Steps
Section titled “Next Steps”- Set up authentication to start making API calls
- Review rate limits for your environment
- Explore the API reference for available endpoints