NRL odds data for odds comparison product workflows
Odds comparison products show users the best available price per selection across supported bookmakers as markets move.
NRL is one of Australia's biggest betting markets. The regular season runs March to October with State of Origin and finals extending into late September. PuntersEdge packages NRL prices with bookmaker comparison context so developers can build faster.
- NRL bookmaker odds
- Odds Comparison
- Multi-bookmaker comparison
- REST/JSON
- 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"