One API layer for Australian bookmaker odds
Generic sports odds feeds often treat Australia as just another region. PuntersEdge is built around local bookmaker coverage, local sports, racing workflows and developer use cases in Australia.
Use it to build best-price tables, odds widgets, market monitors, model feeds and trading dashboards across supported Australian-facing bookmakers.
- Sportsbet, TAB, Neds, Ladbrokes and PointsBet coverage
- Sports and racing endpoints
- Best-price comparison
- REST API with JSON responses
- Free API key to test
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"