Racing data for dashboards, widgets and market monitors
Australian racing moves quickly. A next-to-go endpoint makes it easier to build compact race widgets, market monitors and price comparison screens.
The API supports racing workflows alongside sports endpoints, so developers can combine AFL, NRL, NBA and racing data in the same integration.
- Next-to-go racing endpoint
- Horse, greyhound and harness coverage
- Runner odds
- Bookmaker filtering
- Free API key available
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"