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 Betfair coverage
- Sports and racing endpoints
- Best-price comparison
- REST API with JSON responses
- Free API key to test
Example API calls
curl "https://api.puntersedge.online/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/best-odds/afl" \
-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"