18+ Only  |  Gambling can be addictive — please gamble responsibly  |  Gambling Help: 1800 858 858  |  GambleAware

PuntersEdge Developers

Getting Started with the PuntersEdge API

PuntersEdge API delivers live and historical odds from Australian bookmakers — 14 on racing, 6 on sports. 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 request your free API key. We email a verification link — click it and your key is active immediately and emailed to you. The free tier provides 1,500 credits per month, capped at 30 requests per minute — 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://api.puntersedge.online/v1/sports/nrl/odds?markets=h2h"

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

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

3. Supported workflows

4. Coverage summary

Measured 2026-09-20 over a trailing 7-day window, 14 Australian bookmakers quoted racing prices a customer key can read. 15 connectors quoted at all: the difference is Betfair Exchange and Pinnacle, ingested for internal reference and withheld from customer responses. Quote the served figure unless you mean the other one.

Full matrix at Australian Bookmakers Coverage.

5. Pricing plans

Calls cost 0–100 credits depending on the endpoint — /v1/usage and /v1/health are free, /v1/sports/{key}/odds costs 1 per market type, the history and price-history endpoints cost 5 credits, and the ceiling is a bulk CSV export of /v1/racing/closing-lines. See the full credit table. Upgrade at any time on the platform page.

Hit something the API can't do yet? An endpoint, a bookmaker, a market — ask for it. Requests from people mid-integration are the ones that get built.

This site contains wagering-related analysis and is intended for Australian users aged 18+. Gambling involves risk. Please gamble responsibly.