AFL Odds API
AFL and AFLW competitions. Match results, player statistics, standings, and game events.
What You Get With AFL API
Core data points available through the AFL API.
live scores
Real-time live scores data for afl competitions worldwide.
events
Real-time events data for afl competitions worldwide.
lineups
Real-time lineups data for afl competitions worldwide.
AFL API Endpoints
8 endpoints covering every aspect of afl data.
/games Games by date, round, team /standings Ladder standings by season AFL API Coverage
Comprehensive afl data across leagues and competitions worldwide.
AFL API Use Cases
See how developers use afl data in production.
Betting Apps
Build afl betting features with real-time odds from 30+ bookmakers worldwide.
Analytics
Power afl prediction models with years of historical match and player data.
Media
Display live afl scores, stats, and odds on your website or app in real-time.
AFL API Code Example
Integrate afl data in minutes with a simple REST call.
curl -X GET "https://v3.afl.sportsdataapi.com/games" \
-H "x-apisports-key: YOUR_API_KEY" import requests
url = "https://v3.afl.sportsdataapi.com/games"
headers = {"x-apisports-key": "YOUR_API_KEY"}
response = requests.get(url, headers=headers)
data = response.json()
print(data) {
"get": "games",
"results": 1,
"response": [{
"id": 1120,
"date": "2024-04-06T04:20:00+00:00",
"status": { "long": "Match Finished", "short": "FT" },
"league": { "id": 1, "name": "AFL" },
"teams": {
"home": { "id": 3, "name": "Collingwood" },
"away": { "id": 5, "name": "Geelong" }
},
"scores": {
"home": { "goals": 14, "behinds": 8, "total": 92 },
"away": { "goals": 11, "behinds": 12, "total": 78 }
}
}]
}
Start free. Scale when ready.
Get 100 free afl API requests per day. No credit card required.
Upgrade to PRO for full real-time data, live odds, and unlimited historical access.
AFL API FAQ
Common questions about the AFL API.
Does the API cover both AFL and AFLW?
Yes. Full coverage of both AFL and AFLW competitions including match results, player statistics, ladder standings, and game events.
What statistics are available for AFL games?
Detailed match statistics including disposals, marks, tackles, clearances, inside 50s, goals, behinds, and individual player performance.
Can I get historical AFL data?
Yes. Full match history, season statistics, and ladder archives going back multiple AFL seasons are available on PRO plans and above.
Is there a free plan for AFL data?
Yes. The free plan includes 100 requests per day with access to fixtures, ladder standings, and basic match data for the current AFL season.