The UFC calendar, as JSON.
Every upcoming UFC event with its start time in UTC, the event and venue time zones, and the location, plus the full card one call away. Contender Series episodes are on the same schedule.
- UTC plus event and venue time zones
- DWCS on the same feed
- 500 free requests / month
{ "success": true, "data": [ { "slug": "cryptocom-ufc-331", "title": "Crypto.com UFC 331", "status": "scheduled", "startsAt": "2026-09-20T01:00:00.000Z", "eventDate": "2026-09-19", "eventTimeZone": "America/New_York", "locationText": "Crypto.com Arena, Los Angeles United States" }, ... ]}Seamless Integration with our MCP Server
Give Claude, Cursor, and Grok the UFC card. One command writes the MCP config, agents call live and card tools instead of inventing fight IDs, and your key stays on your machine.
MCPInstall the Cito MCP serverA schedule you can build on
Dates that stay correct across time zones, statuses that move with the night, and a direct path from a date to its fights.
Upcoming events
Numbered events, Fight Nights, and Contender Series episodes, soonest first, with clean slugs.
Time zones done right
startsAt in UTC, plus eventDate, eventTimeZone, venueTimeZone, and venueDate so a Saturday card stays Saturday.
Venue and location
Venue, city, state, country, and a ready-to-display location line for every event.
The card behind the date
Open /events/{slug}/bouts for every fight on the card, including corners, weight classes, and card sections.
Changes and cancellations
Bouts carry isCancelled and cancellationReason, so a scratched fight is visible rather than silently missing.
Status through the night
Events move from scheduled to live to completed, and completed cards link straight to results and stats.
Endpoints you can ship with
Start on events: list what is coming, open one event, then pull the card.
Events & cards
Use /ufc/events/upcoming for the schedule, /ufc/events/{slug} for one event's dates and venue, and /ufc/events/{slug}/bouts for its card.
- GET
/api/v1/ufc/events?page=1&limit=50Paginated events with clean slugs and stable IDs.
- GET
/api/v1/ufc/events/upcomingUpcoming fight cards.
- GET
/api/v1/ufc/events/recentRecently completed events.
- GET
/api/v1/ufc/events/{eventIdOrSlug}Event detail by slug or stable data ID.
- GET
/api/v1/ufc/events/{eventIdOrSlug}/boutsAll bouts on one card, including corner fighters.
FAQs
Upcoming events, time zones, and card changes
Can't find what you're looking for? Contact our customer support team
From the date to the result
Follow an event from announcement to archive.
- UFC APIFighters, cards, results, rankings, and round-by-round stats in one API.
- UFC fight card APIEvery bout on the card behind a scheduled date.
- UFC live APIClocks and bout state once the event starts.
- UFC WebSocket APIPush fight-night updates instead of polling.
- UFC results APIWinners, methods, and rounds after the event.
- DWCS APIContender Series cards and results on their own.
Build UFCÂ event calendars
The schedule is on every plan, including Free. Add live data and odds on Pro when your app follows the night itself.