TAB publishes a developer API through TAB Studio, and if you're building on TAB specifically — placing bets, account operations, or displaying TAB's own prices — that's the correct integration. The limitation is structural rather than technical: a bookmaker's API returns that bookmaker's prices. It cannot tell you that Neds is paying $5.00 while TAB is paying $4.60 on the same runner.
Free tier · 1,500 credits/mo · no credit card. 14 Australian bookmakers on racing — BetDeluxe, Betr, TAB, Neds, Ladbrokes, BetRight, PointsBet, NextBet (formerly PlayUp), TABtouch, Palmerbet, Unibet, Sportsbet, BetGold and BoostBet — and 6 on sports.
| Feature | the TAB API | PuntersEdge |
|---|---|---|
| Whose prices | TAB's own | TAB plus nine other AU books, side by side |
| Best-price comparison | Not possible — single operator | Built in — every book per runner |
| Betting & account operations | Yes — full wagering API | No — data only |
| Racing coverage | TAB racing and sport | AU horse + greyhound across the market |
| Signup | TAB developer access | Email address, free key |
| Best for | Building a TAB-integrated product | Comparing the market |
You're building on TAB itself — taking bets, managing accounts, or surfacing TAB's own prices in a TAB-integrated product.
You want to know which Australian bookmaker is paying the most, which by definition needs more than one bookmaker's feed.
Live Australian odds from the public sandbox — no key, no signup, nothing to install.
Free key, REST/JSON, Australian bookmaker odds. No SDK required.
curl 'https://api.puntersedge.online/v1/racing/next-to-go?num_races=1' \
-H 'X-API-Key: YOUR_FREE_KEY'
# → JSON: the next races, with every book's price per runner
[{
"venue": "Hobart", "race_number": 2, "category": "greyhound",
"start_time": "2026-08-10T09:40:00Z", "country": "AU",
"runners": [{
"name": "Indy Gia", "number": 1,
"bookmakers": [
{"key": "sportsbet", "win_price": 5.5},
{"key": "tab", "win_price": 5.5, "place_price": 1.9},
{"key": "ladbrokes", "win_price": 7.0, "place_price": 2.1}
]
}]
}]
1,500 credits/month, no credit card, email delivery. Test the TAB API-style workflows against real Australian bookmaker data in minutes.
Get your free API key →18+ only. The API provides odds data for lawful informational and analytical use. Not financial advice.