Clorian: Get Ticket Availability
Clorian via Parse · entertainment
Retrieve available visit dates and time slots for a given ticket. Returns a calendar of date-to-availability-status mappings for the specified month and detailed time slots for the first available date or a specified date. Each slot includes eventId, start/end times, capacity, and remaining availability. Access ticket listings, real-time availability, product details, and configuration data across venues using the Clorian ticketing platform. Fulfilled by Parse from clorian.com.
- clorian
- clorian-com
- education
- entertainment
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7848bdbd-c82d-4cfd-940c-18dd0f675eb6/get_ticket_availability
- Interface artifact
- sha256:dd8d923d3abbd92410d0630f3823b31628b2b804f88114037705ef9e042a7655
- Manifest digest
- sha256:98deb9149f6d9a7aee09d35863c51b9bb0533d1e2ba1579aa7c1302032efdfad
Request fields
- date (string): Specific date in YYYY-MM-DD format to fetch slots for. If omitted, the first available date in the calendar is used.
- year (string): Year to check availability for. Defaults to current year.
- month (string): Month (1-12) to check availability for. Defaults to current month.
- venue_id (string): The venue ID for the target Clorian ticketing portal.
- product_id (string, required): The numeric ID of the ticket product (from get_ticket_listing results).
- sales_group_id (string): The sales group ID for the ticket category.: Allowed values: 143, 151, 171
Example queries
- {"date":"2026-06-17","year":"2026","month":"6","venue_id":"196","product_id":"470","sales_group_id":"143"}