Skip to main content
Returns every game we currently have in the state store for a given polynode league code. Useful for building league-level dashboards. Combine with the optional live=true query flag to filter to only in-play games.
string
required
Polynode league code (nba, nhl, epl, lib, ipl, ufc, atp, lol, cs2, etc.). See the polynode List Leagues endpoint for the complete list of codes.
boolean
default:"false"
Filter to only games where scores.is_live == true. Default returns every game we have cached for the league.
string
required
Your API key.

Response

Top-level shape

Notes

  • Only games we have ingested at least once are returned. If the league’s upstream source has not yet been polled, the response will have count: 0.
  • Passing an unmapped league code (not in our 107-entry league map) returns count: 0 rather than an error. The service does not distinguish “we don’t track this league” from “this league has no active games” at the response layer.
  • For games where our team resolver could not match both teams to polynode’s roster, pn_slug will be null. The game still appears in the list with its raw game_id.
  • Games expire from the cache 24 hours after their last update.