NRL and rugby league odds through one API
NRL is one of Australia's biggest betting markets. PuntersEdge covers head-to-head, line and totals markets across major Australian bookmakers for the full NRL season.
The same endpoint covers State of Origin and other major rugby league events. Sports refresh far more slowly than racing, and every sports quote carries its own age_seconds — that is the number to gate on, not a published rate.
- NRL head-to-head, line, totals
- State of Origin coverage
- Multiple Australian bookmakers
- Every quote carries its own age_seconds
- 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"