Run Connection Output
Diving Deep?
This page is designed for AI Agents & users developing code directly. See Getting Started and Platform Guides
Data Shape (What you’ll see in data[])¶
Each element of data is a JSON object representing a single event row. The system may include fields like:
Identifiers
game_idhome_idaway_idattribution_idposession_id
Text / enums
sporthome_nameaway_namegame_clockgame_period_subdesctypecategoryscore_methodscore_missed_outcome
Numeric
home_pointsaway_pointsgame_periodgame_numdownyards_first_downlocation_yard_lineinjury_time_minutes
Time fields
wall_clock_startwall_clock_end
Booleans
fake_puntfake_field_goalscreen_passplay_actionrun_pass_options
Info
- Not every row has every field.
- Fields may be absent when values are null/zero or not included by the feed’s “retrieve” configuration.
- Treat the response as schema-flexible. Agents and clients should be defensive and handle missing keys.
- Not all fields are applicable to all sports