Australian greyhound racing data through a clean API
Australian greyhound racing is one of the highest-volume wagering markets in the country. PuntersEdge covers greyhound racing alongside horse racing and harness in the same API so developers can build unified racing dashboard products.
The API returns runner odds, next-to-go race data and results across supported Australian greyhound markets through the same clean REST interface as sports endpoints.
- Live greyhound odds
- Next-to-go data
- Runner-level pricing
- Combined with horse racing
- Free API key
Example API calls
# Racing — its own endpoint family, NOT a sport_key
curl "https://api.puntersedge.online/v1/racing/next-to-go?categories=horse&num_races=5" \
-H "X-API-Key: YOUR_API_KEY"
# Sports — best price per outcome across the books quoting it
curl "https://api.puntersedge.online/v1/best-odds/nrl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"