Frequently asked questions for MMA v2
Click on the categories below or browse questions on the right panel.
Categories
.
Coverage
What are the available competitions?
We currently cover all UFC events, including Dana White’s Contender Series.
When are fight nights added to the schedule?
Within 72 hours of the event being officially announced.
Integration
What is the difference between a competition and a season?
As with all Sportradar APIs, a competition (or in some cases "Tournament") is comprised of seasons. In UFC this is not intuitive, given that that structure doesn't apply to individual matchups. This structure is preserved for consistency with other sports.
Competitions will contain all events, whereas Seasons will only contain those which are known for the current year.
How do I get the schedule for a competition?
Call the Seasons endpoint and locate the start and end date for the season. Then use that information to call the Daily Summaries endpoint.
When is a sport_event
(fight) removed? What happens next?
sport_event
(fight) removed? What happens next?A sport_event
(fight) may appear in the removed feed if a fight is cancelled. A new match, if officially announced, will appear in the season and match endpoints.
What if a match has incorrect details?
The sport_event_id
will not change. The fight details will be changed, and the sport_event_id
will appear in the Sport Event Change Log feed.
How can I find the values for various enum data points within the API?
Many enum values are listed in the FAQ below. For the most up-to-date values, please see the Schema section of the OpenAPI specification here
What format are date fields presented in?
When we present date only values we present these in the ISO 8601 standard format.
ex: 2013-04-03
We use these for attributes that have date and no time (such as birthdate). For more information: https://en.wikipedia.org/wiki/ISO_8601
What format are the date/time fields presented in?
All of our Date/Time attributes are in UTC, presented in the ISO 8601 standard format.
ex: 2013-04-03T18:15:00+00:00
For more information: https://en.wikipedia.org/wiki/ISO_8601
How do I locate the TTL (Time to Live)/cache on an API endpoint?
The cache (in seconds) can be accessed in the returned header information on each RESTful API call, under cache-control
.
ex. cache-control: max-age=1, public, s-maxage=1
or
cache-control: public, must-revalidate, max-age=120
Stage Types
What are the possible stage
– type
values?
stage
– type
values?Early Prelims
Prelims
Under Card
Main Card
Sport Event Statuses
What are the valid sport_event_status
- status
values?
sport_event_status
- status
values?not_started
– The match is scheduled to be playedstarted
– The match has begunlive
– The match is currently in progresspostponed
– The match has been postponed to a future datesuspended
– The match has been suspendedmatch_about_to_start
– The match is about to begindelayed
– The match has been temporarily delayed and will be continuedinterrupted
- The match began, but coverage has stopped for a short time. Note that match scores may not be updated during this period, the last recorded match score will be displayed insteadcancelled
– The match has been cancelled and will not be playedended
– The match is overclosed
– The match results have been confirmed.
What are the possible sport_event_status
– method
values?
sport_event_status
– method
values?ko_tko
submission
tko_doctors_stoppage
decision_unanimous
decision_split
decision_majority
overturned
disqualified
technical_decision
What are the valid sport_event_status
- match_status
values?
sport_event_status
- match_status
values?not_started
start_delayed
ended
cancelled
postponed
started
Weight Classes
What are the possible sport_event_status
– weight_class
values?
sport_event_status
– weight_class
values?- flyweight (116-125)
- bantamweight (126-135)
- womens_bantamweight (126-135)
- featherweight (136-145)
- lightweight (146-155)
- welterweight (156-170)
- middleweight (171-185)
- light_heavyweight (186-205)
- heavyweight (206-265)
- catchweight (unrestricted weight)
Probabilities
What are the valid outcomes for probabilities?
home_team_winner
away_team_winner
What are markets and what are the different markets?
Markets is something you can bet on that we provide probabilities for. Over time we intend to provide more and more markets in the API. Currently the only market we provide is 3-way (will the home team win? Or the away team? Or will it be a draw?).
Rankings
When are the rankings updated?
Once per week.
More questions?
Reach out to [email protected] for further assistance.