Tips
GET
/tipsReturns tipster win-probability predictions for each game in a given round, sourced from Squiggle. Each row is one tipster's prediction for one match.
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| year | integer | Yes | Season year |
| round | integer | Yes | Round number |
Response
{
"data": [
{
"id": 1, "gameId": 38201, "year": 2026, "round": 4,
"hteam": "Sydney Swans", "ateam": "Collingwood",
"hconfidence": 62, "source": "Squiggle",
"syncedAt": "2026-04-06T12:00:00.000Z"
}
],
"meta": { "year": 2026, "round": 4, "count": 9 }
}