NRL bookmaker odds for local developer use cases
Rugby league is one of the most valuable local sports verticals for Australian betting data products.
PuntersEdge serves NRL head-to-head prices from the Australian bookmakers that quote them, with worked examples and measured coverage you can check before you build.
- NRL odds endpoint
- Best odds
- Australian bookmaker coverage
- REST/JSON
- Free credits
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"