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 gives developers a clean funnel from NRL odds research to code examples, coverage and API signup.
- NRL odds endpoint
- Best odds
- Australian bookmaker coverage
- REST/JSON
- Free credits
Example API calls
curl "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/best-odds/afl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"