# How to Query NRL Odds and Try Scorer Props
URL: https://sockodds.com/blog/nrl-odds-api-guide/

> Querying NRL, NRLW and State of Origin from the events endpoint: the RUGBYLEAGUE_ league keys, try-scorer oddIDs and margin markets.

[NRL Odds API](https://sockodds.com/blog/category/nrl-odds-api/) · 7 September 2026

# 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).

```bash
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-away
```

## Margin and halves

Winning-margin bands are `winningMargin` pick markets; halves use `periodID=1h`. See [every NRL market with its oddID](https://sockodds.com/blog/nrl-betting-markets-api/).

## Bookmakers

25 books price the NRL: BetFocus, MintBet, TAB, Dabble, Sportsbet, BetDeluxe, BetRight, Picklebet.

**Read more:** [Every NRL Betting Market in the SockOdds API](https://sockodds.com/blog/nrl-betting-markets-api/)

## Start building today

Free plan available. Set up in 5 minutes. Scale when you're ready.
