FrankTix API
Public REST API for events, tickets, and embeddable widgets.
List Events
GET
/api/v1/events
Returns published events. Filter with ?q=search or ?category=music
Event Details
GET
/api/v1/events/:slug
Returns event with ticket types, lots, pricing, and availability.
Ticket Status
GET
/api/v1/tickets/:code
Returns ticket status, holder info. Code format: FTX-XXXXXX
Check-in Ticket
POST
/api/checkin/:ticket_code
Checks in a ticket at the door. Returns success/error with details.
Embeddable Widget
Add this to any website to show a ticket purchase card:
<div data-franktix="your-event-slug"></div> <script src="https://franktix.suddensoft.com/widget.js"></script>
Categories
music
festival
conference
sports
theater
comedy
nightlife
food
art
community
other
CORS enabled. No auth required for read endpoints.