get api key →

Tips

GET /tips

Returns 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

NameTypeRequiredDescription
yearintegerYesSeason year
roundintegerYesRound 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 }
}