Sportradar MMA v2
Number of APIs: 21
Sportradar's MMA API v2 provides schedules and live results for all UFC events, including Dana White's Contender Series.
This API is consistent in structure, format, and behavior with other General Sport APIs. Primary feeds will return schedules and live results.
Additional feeds provide complimentary stats, including:
- Win probabilities for each match
- Competitor profiles
- Head-to-head statistics
- Complete list of weight class rankings
- Complete list of champions by weight class
The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.
To receive trial access, visit this page.
-
Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Competitor Profile GET {{baseUrl}}/:locale/competitors/:urn_competitor/profile.{{format}}
-
Competitor Summaries GET {{baseUrl}}/:locale/competitors/:urn_competitor/summaries.{{format}}
-
Competitor vs Competitor GET {{baseUrl}}/:locale/competitors/:urn_competitor/versus/:urn_competitor2/summaries.{{format}}
-
Daily Summaries GET {{baseUrl}}/:locale/schedules/:urn_date/summaries.{{format}}?offset=0&limit=5
-
Live Summaries GET {{baseUrl}}/:locale/schedules/live/summaries.{{format}}
-
Rankings GET {{baseUrl}}/:locale/rankings.{{format}}
-
Season Competitors GET {{baseUrl}}/:locale/seasons/:urn_season/competitors.{{format}}?offset=0&limit=5&start=5
-
Season Info GET {{baseUrl}}/:locale/seasons/:urn_season/info.{{format}}
-
Season Probabilities GET {{baseUrl}}/:locale/seasons/:urn_season/probabilities.{{format}}