Skip to main content
Returns the snapshot of every game whose scores.is_live is currently true. Useful as the entry point for “what’s happening right now” dashboards — you get the complete live universe in one call.
string
required
Your API key. Accepted via query param or Authorization: Bearer pn_live_YOUR_KEY header.

Response

Fields

Top level

Game object

Team object

Scores object

Notes

  • Games without a polynode slug still flow through in full (pn_slug: null). You get every live game upstream knows about, not just the polynode-mapped subset.
  • count reflects only games currently in-play. To see upcoming or past games for a specific league, use List League Games.
  • Response freshness is bounded by the adaptive poller: live games are re-fetched every ~1 second, so scores.clock typically lags real time by at most 1-2 seconds plus upstream delay.