Skip to content

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_id
  • home_id
  • away_id
  • attribution_id
  • posession_id

Text / enums

  • sport
  • home_name
  • away_name
  • game_clock
  • game_period_sub
  • desc
  • type
  • category
  • score_method
  • score_missed_outcome

Numeric

  • home_points
  • away_points
  • game_period
  • game_num
  • down
  • yards_first_down
  • location_yard_line
  • injury_time_minutes

Time fields

  • wall_clock_start
  • wall_clock_end

Booleans

  • fake_punt
  • fake_field_goal
  • screen_pass
  • play_action
  • run_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