๐Ÿ”ž 18+ Only  |  Gambling can be addictive โ€” please gamble responsibly  |  Gambling Help: 1800 858 858  |  GambleAware

PuntersEdge Developers

Getting Started with the PuntersEdge API

The PuntersEdge API delivers live and historical odds from 10+ Australian bookmakers across sports and racing. Start with a free key, make your first call in under two minutes.

1. Get a free API key

Sign up at the API Platform page to receive your free API key instantly. The free tier provides 500 credits per month โ€” enough for exploration and lightweight integrations.

2. Your first odds request

Pass your API key in the X-API-Key header. All responses are JSON.

# NRL odds โ€” all bookmakers
curl -H "X-API-Key: YOUR_KEY" \
  "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h"

# AFL โ€” best price only
curl -H "X-API-Key: YOUR_KEY" \
  "https://puntersedge.online/api/v1/best-odds/afl"

# Next-to-go racing
curl -H "X-API-Key: YOUR_KEY" \
  "https://puntersedge.online/api/v1/racing/next-to-go?num_races=10&categories=horse"

3. Supported workflows

4. Coverage summary

10+ bookmakers across AFL, NRL, NBA, EPL, tennis, cricket, and Australian racing. Full matrix at Australian Bookmakers Coverage.

5. Pricing plans

Each API call consumes 1 credit. Upgrade at any time on the platform page.