SportsDataIO · Schema

ScoringPlay

Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer

Properties

Name Type Description
GameKey stringnull A 9 digit unique code identifying the game that this record corresponds to. The GameID is composed of Season; SeasonType; Week and HomeTeam. Note: This value will be NULL for bye weeks
SeasonType integer The type of season that this game corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=All-Star)
ScoringPlayID integer Unique ID of the scoring play
Season integer The NFL season of the game
Week integer The NFL week of the game (regular season: 1 to 18; preseason: 0 to 4; postseason: 1 to 4). Note: seasons after 2021 will have only 3 preseason weeks
AwayTeam stringnull The abbreviation [Key} of the away team
HomeTeam stringnull The abbreviation [Key] of the home team
Date stringnull The date and time of the game (in US Eastern Time)
Sequence integernull The order in which the scoring play happened
Team stringnull The abbreviation [Key] of the team
Quarter stringnull The quarter of the scoring play (1; 2; 3; 4; OT)
TimeRemaining stringnull The amount of time remaining in the current quarter when the scoring play occurred (e.g. 11:23; 5:34; NULL if game is not in progress or at halftime)
PlayDescription stringnull The detailed description of the play for display purposes
AwayScore integernull The away team's score as a result of the scoring play (includes point after)
HomeScore integernull The home team's score as a result of the scoring play (includes point after)
ScoreID integer Unique ID of the score/game
View JSON Schema on GitHub

JSON Schema

sportsdataio-scoringplay-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScoringPlay",
  "title": "ScoringPlay",
  "properties": {
    "GameKey": {
      "type": [
        "string",
        "null"
      ],
      "description": "A 9 digit unique code identifying the game that this record corresponds to. The GameID is composed of Season; SeasonType; Week and HomeTeam. Note: This value will be NULL for bye weeks"
    },
    "SeasonType": {
      "type": "integer",
      "description": "The type of season that this game corresponds to (1=Regular Season; 2=Preseason; 3=Postseason; 4=Offseason; 5=All-Star)"
    },
    "ScoringPlayID": {
      "type": "integer",
      "description": "Unique ID of the scoring play"
    },
    "Season": {
      "type": "integer",
      "description": "The NFL season of the game"
    },
    "Week": {
      "type": "integer",
      "description": "The NFL week of the game (regular season: 1 to 18; preseason: 0 to 4; postseason: 1 to 4). Note: seasons after 2021 will have only 3 preseason weeks"
    },
    "AwayTeam": {
      "type": [
        "string",
        "null"
      ],
      "description": "The abbreviation [Key} of the away team"
    },
    "HomeTeam": {
      "type": [
        "string",
        "null"
      ],
      "description": "The abbreviation [Key] of the home team"
    },
    "Date": {
      "type": [
        "string",
        "null"
      ],
      "description": "The date and time of the game (in US Eastern Time)"
    },
    "Sequence": {
      "type": [
        "integer",
        "null"
      ],
      "description": "The order in which the scoring play happened"
    },
    "Team": {
      "type": [
        "string",
        "null"
      ],
      "description": "The abbreviation [Key] of the team"
    },
    "Quarter": {
      "type": [
        "string",
        "null"
      ],
      "description": "The quarter of the scoring play (1; 2; 3; 4; OT)"
    },
    "TimeRemaining": {
      "type": [
        "string",
        "null"
      ],
      "description": "The amount of time remaining in the current quarter when the scoring play occurred (e.g. 11:23; 5:34; NULL if game is not in progress or at halftime)"
    },
    "PlayDescription": {
      "type": [
        "string",
        "null"
      ],
      "description": "The detailed description of the play for display purposes"
    },
    "AwayScore": {
      "type": [
        "integer",
        "null"
      ],
      "description": "The away team's score as a result of the scoring play (includes point after)"
    },
    "HomeScore": {
      "type": [
        "integer",
        "null"
      ],
      "description": "The home team's score as a result of the scoring play (includes point after)"
    },
    "ScoreID": {
      "type": "integer",
      "description": "Unique ID of the score/game"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportsdataio-scoringplay"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.