How to Query NRL Odds and Try Scorer Props
Querying NRL, NRLW and State of Origin from the events endpoint: the RUGBYLEAGUE_ league keys, try-scorer oddIDs and margin markets.
Rugby league is three leagues in the feed: NRL, RUGBYLEAGUE_NRLW and RUGBYLEAGUE_STATE_ORIGIN. The keys are the feed's own vocabulary — look them up from /v2/leagues/, never construct them (NRLW on its own is not a key).
curl "https://api.sockodds.com/v2/events/?leagueID=NRL,RUGBYLEAGUE_NRLW&oddsAvailable=true&limit=5" \
-H "x-api-key: YOUR_API_KEY"Try scorer props
2 try-scorer market patterns are priced: First try scored. Pull them across every player with PLAYER_ID:
https://api.sockodds.com/v2/events?apiKey=YOUR_API_KEY&leagueID=NRL&oddID=firstTryScored-PLAYER_ID-game-ml-awayMargin and halves
Winning-margin bands are winningMargin pick markets; halves use periodID=1h. See every NRL market with its oddID.
Bookmakers
25 books price the NRL: BetFocus, MintBet, TAB, Dabble, Sportsbet, BetDeluxe, BetRight, Picklebet.
Read more: Every NRL Betting Market in the SockOdds API