NRL Odds API
Our NRL odds API delivers National Rugby League odds, player props, status and results for every match from 25 bookmakers, 21 of them Australian. leagueID=NRL. Free tier available.
Whether you're building a betting app, an odds comparison tool or a pricing model, the NRL odds API gives you structured data in the SportsGameOdds v2 shape so you can move fast.
Covering more than NRL? The Rugby League returns NRLW, State of Origin and NRL from a single sport-level request.
NRL Odds API Features
Every endpoint is filterable, so you pull exactly the markets you need. Coverage spans 17 teams and 16 events currently carried, with 14 market families.
Available NRL betting markets include:
- Head to head / moneylines (2-way and 3-way markets)
- Lines, spreads and handicaps
- Totals (over/under)
- Alternative lines
- Player props and game props
- Period-specific markets (
1h,2h)
All market data is pre-match, refreshed every ~2 minutes; see pricing for what each plan can see.
NRL Player Props API
The Australian books price NRL at match and team level today; player props arrive in the same shape (the playerID in the statEntityID slot) as soon as a covered book offers them.
NRL Odds API with Results
SockOdds delivers NRL odds and event data together in one response — no need to stitch data from multiple sources. Each response includes:
- Upcoming NRL events with status flags
- Home and away team data with ids
- Players with production ids where present
- Full odds coverage: lines, totals, head to head, props and alternative lines
- Results and
scoringSupportedflags where the source grades
Line movement tracking is yours to build: every bookmaker entry carries lastUpdatedAt, and finished events are retained.
Quick start: your first NRL odds API call
Getting NRL odds takes a single HTTP request:
https://api.sockodds.com/v2/events?apiKey=YOUR_API_KEY&oddsAvailable=true&leagueID=NRL&limit=10This returns all available markets — lines, totals, head to head and props — for upcoming NRL events.
To narrow to a specific market, use the oddID parameter:
https://api.sockodds.com/v2/events?apiKey=YOUR_API_KEY&oddsAvailable=true&leagueID=NRL&oddID=points-all-game-ou-over&includeOpposingOdds=trueOddIDs follow the format {statID}-{statEntityID}-{periodID}-{betTypeID}-{sideID}, where the entity is a player for props and home, away or all for team and game markets.
Tips to keep responses fast:
- Add
bookmakerID=betfocus,mintbetto limit to the bookmakers you care about - Use
includeOpposingOdds=trueso you only need to specify one side of a market - Keep your
oddIDlist tight — only request markets you're actively using
What a NRL response looks like
Every event returns an odds object keyed by oddID. Here's a real market from the feed with the bookmaker list cut to two books:
{
"eventID": "nrl_2026-09-03_canterbury_bulldogs_vs_brisbane_broncos",
"leagueID": "NRL",
"odds": {
"points-all-game-ou-over": {
"oddID": "points-all-game-ou-over",
"opposingOddID": "points-all-game-ou-under",
"marketName": "Total Points",
"statID": "points",
"statEntityID": "all",
"periodID": "game",
"betTypeID": "ou",
"sideID": "over",
"fairOdds": null,
"bookOdds": "+120",
"bookOverUnder": "54.5",
"byBookmaker": {
"unibet": {
"odds": "+120",
"decimal": 2.2,
"available": true
},
"pinnacle": {
"odds": "-194",
"decimal": 1.5155,
"available": true
}
}
}
}
}Two things worth noting. Odds values are strings, not numbers, so -108 arrives as "-108" — that keeps the leading + intact on underdog prices — and every book also carries decimal, because Australian books quote decimal. bookOdds is the consensus with the vig left in; fairOdds is the de-vigged price on Base and above, null where it cannot be computed.
NRL Odds API Technical Specifications
API Architecture
- REST API — Simple HTTP endpoints with JSON responses, identical to the SportsGameOdds v2 paths
- Polling, not push — the feed refreshes every ~2 minutes;
/v2/stream/eventsis reserved and answers 501 rather than pretending - Rate limits — per-key, per-minute meters that bind under concurrency; plans sized to your usage
- Authentication — secure API key access via the
x-api-keyheader orapiKeyquery parameter
Data Update Speed
- Odds updates — every ~2 minutes across every bookmaker lane
- Event status —
statusflags andinfo.staletell you exactly how current a price is
Developer Resources
- Interactive documentation — live examples, copy-paste snippets and an AI (vibe coding) context
- SDKs & libraries — the SportsGameOdds SDKs for TypeScript, Python, Ruby, Go and Java work unchanged with the base URL pointed here
- Postman collection — pre-built requests ready to run
- Support — email support on every plan, priority on paid plans
NRL betting market coverage in the SockOdds API, by category
| Market category | Example markets | Markets | Availability | Typical bookmakers |
|---|---|---|---|---|
| Full game lines | Points / score O/U, Points / score line, Points / score | 10 oddIDs | Pre-match | BetFocus, MintBet, Dabble, Picklebet, BetDeluxe, BetRight |
| Period markets | Points / score O/U, Points / score line, Points / score, Tries O/U | 26 oddIDs | Pre-match | Dabble, BetDeluxe, BetRight, Neds, TAB, TABtouch |
| Score & margin specials | First to score, Half-time / full-time, Race to 10, Margin | 20 oddIDs | Pre-match | BetFocus, MintBet, Picklebet, Sportsbet, Dabble, TAB |
| Team & game specials | Points / score, Wins either half yes/no, Wins both halves yes/no, Tries O/U, First try scored | 25 oddIDs | Pre-match | TAB, BetFocus, MintBet, Sportsbet, BetDeluxe, PointsBet |
See every NRL market with its exact oddID in the markets browser.
Use Cases
- Arbitrage & +EV tools — compare NRL odds across every Australian bookmaker to uncover arbitrage opportunities and positive expected value angles.
- Odds comparison platforms — display NRL odds from every book side by side for comprehensive line shopping.
- Pricing models & trading — use NRL market data as inputs for proprietary pricing algorithms and betting strategies.
- Sports analytics & research — examine NRL line movements and betting-market patterns, and build predictive models on retained events.
- Betting automation — build systems that monitor NRL lines across bookmakers and trigger actions when your target odds appear.
- Sportsbook & fantasy apps — power your NRL product with reliable odds, status and bet-slip deeplinks.
NRL Odds API Documentation
Our interactive documentation covers everything you need to integrate NRL odds into your project:
- Full endpoint reference with parameters and response schemas
- Live request and response examples
- Code snippets in Python, JavaScript, Ruby, Go and Java
- Authentication setup and API key management
- Rate limiting and the
noticefield - Error handling and troubleshooting
For more on querying /v2/events with NRL-specific examples, see the API documentation.
Frequently asked questions
What NRL betting markets does the API cover?
81 distinct markets right now: Points / score, First to score, Half-time / full-time, Wins either half, Wins both halves, Tries, Race to 10, Margin and more — pre-match, across 25 bookmakers.
Does the API cover props, status and results in one feed?
Yes, from the same request. A single /v2/events call returns the game lines, the props, the event status and the results the source has, so there is no separate results API to reconcile. Each market carries scoringSupported and the event carries status.finalized.
How often is NRL odds data updated?
Every ~2 minutes across every bookmaker lane. Each bookmaker entry carries lastUpdatedAt.
Can I get historical NRL odds data?
Finished events are retained, so your archive starts when you start pulling. Opening and closing lines are not snapshotted yet.
Is there a free trial?
Yes — a free Lite key includes NRL. Get a key →
Which bookmakers are included?
25 bookmakers price NRL, 21 of them Australian: BetFocus, MintBet, TAB, Dabble, Sportsbet, BetDeluxe, BetRight, Picklebet and more.
Are live NRL odds available?
Event status is live; prices are pre-match first and refresh every ~2 minutes.
How are markets identified in the API?
Every market uses a structured oddID in the format {statID}-{statEntityID}-{periodID}-{betTypeID}-{sideID} — for example points-all-game-ou-over. The same pattern lets you construct, filter and parse markets programmatically.
Can I compare bookmaker odds?
Yes — every market returns prices from every supporting bookmaker under one oddID, so lining up the best available price across BetFocus, MintBet, TAB, Dabble and the rest is straightforward.
Start building today
Free plan available. Set up in 5 minutes. Scale when you're ready.