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

API reference / Racing

GET /v1/racing/results

Settled race results

Settled AU/NZ race results — finishing order with the bookmaker's own settled fixed prices, plus scratchings and their deductions. `status` is `interim` until the placings have been stable for 30 minutes, then `final`. Settle only against `final`: an interim placing can still change on protest. `race_id` joins a result to /v1/racing/price-history, and to /v1/racing/next-to-go while the race was still open — use it rather than matching on venue + race number + start time. `dividends` carries the declared win/place dividends per placegetter per product and the exotic dividends (quinella, exacta, trifecta, first four), each as a return on a $1 stake. Exotics are declared a few minutes after the placings, so they land on a later poll than the result itself — see the field description for the full shape. **Coverage:** results collection began 2026-08-15, so `hours_back` cannot reach further than that no matter what you pass. Every row carries `coverage_from`, the earliest result currently retained, so an empty window is distinguishable from an unsupported one.

Requires X-API-Key 2 credits

Request

curl 'https://api.puntersedge.online/v1/racing/results' \
  -H 'X-API-Key: YOUR_KEY'

Parameters

NameIn TypeRequired Description
hours_back query integer no How far back to look, in hours (max 7 days)
categories query string no horse,greyhound,harness or omit for all
venue query string no Case-insensitive venue match, e.g. 'Rosehill'
status query string no Filter to 'final' or 'interim'
limit query integer no
offset query integer no

Responses

Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.

Related endpoints

Try it against live data

The free tier needs no credit card, and the sandbox endpoints need no key at all.

Get a free API key Quickstart
This site contains wagering-related analysis and is intended for Australian users aged 18+. Gambling involves risk. Please gamble responsibly.