Sportradar Australian Rules Football v3
Number of APIs: 27
Sportradar's Australian Rules API v3 provides real-time match updates and a database of supplementary statistics. Data is collected via Sportradar on-venue scouts and in-house operators. We cover both Men’s and Women’s AFL.
The API is consistent in structure, format, and behavior with the other General Sport APIs. Primary feeds will return seasons, competitions, team and player data, and real-time scores.
Additional feeds provide a host of complimentary stats, including:
- Standings
- Team profiles
- Player biographical information
- Match win probabilities
- Match clock for all key events in real time (when available)
- Historical results for two previous seasons
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.
-
Daily Summaries GET {{baseUrl}}/:locale/schedules/:urn_date/summaries.{{format}}?offset=0&limit=5
-
Competition Info GET {{baseUrl}}/:locale/competitions/:urn_competition/info.{{format}}
-
Competition Seasons GET {{baseUrl}}/:locale/competitions/:urn_competition/seasons.{{format}}
-
Competition 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}}
-
Competitions GET {{baseUrl}}/:locale/competitions.{{format}}
-
Competitor Mege Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Live Summaries GET {{baseUrl}}/:locale/schedules/live/summaries.{{format}}
-
Live Timelines GET {{baseUrl}}/:locale/schedules/live/timelines.{{format}}