SportsDataIO · Schema

SportsDataIO Player

An athlete registered in a SportsDataIO sports database

Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer

Properties

Name Type Description
PlayerID integer Unique player identifier in SportsDataIO
Name string Player full name
Team string Current team abbreviation
TeamID integer Current team unique identifier
Position string Player position (e.g., QB, RB, WR, TE for NFL; C, PF, SF, SG, PG for NBA)
Status string Player status (Active, Injured, InactiveList, PracticeSquad, etc.)
InjuryStatus string Injury designation (Out, Doubtful, Questionable, Probable, Healthy)
InjuryBodyPart string Injured body part (e.g., Knee, Ankle, Shoulder)
InjuryNotes string Additional injury notes and timeline
FantasyAlarmPlayerID integer Fantasy Alarm player cross-reference ID
RotowirePlayerID integer Rotowire player cross-reference ID
Age integer Player age in years
Height string Player height (e.g., 6'4")
Weight integer Player weight in pounds
College string College attended
DraftYear integer NFL Draft year
DraftRound integer Draft round selected in
DraftPick integer Pick number in draft
AverageDraftPosition number Average fantasy draft position (ADP)
View JSON Schema on GitHub

JSON Schema

sportsdataio-player-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://sportsdata.io/schemas/player",
  "title": "SportsDataIO Player",
  "description": "An athlete registered in a SportsDataIO sports database",
  "type": "object",
  "required": ["PlayerID", "Name", "Team", "Position"],
  "properties": {
    "PlayerID": {
      "type": "integer",
      "description": "Unique player identifier in SportsDataIO"
    },
    "Name": {
      "type": "string",
      "description": "Player full name"
    },
    "Team": {
      "type": "string",
      "description": "Current team abbreviation"
    },
    "TeamID": {
      "type": "integer",
      "description": "Current team unique identifier"
    },
    "Position": {
      "type": "string",
      "description": "Player position (e.g., QB, RB, WR, TE for NFL; C, PF, SF, SG, PG for NBA)"
    },
    "Status": {
      "type": "string",
      "description": "Player status (Active, Injured, InactiveList, PracticeSquad, etc.)"
    },
    "InjuryStatus": {
      "type": "string",
      "description": "Injury designation (Out, Doubtful, Questionable, Probable, Healthy)",
      "enum": ["Out", "Doubtful", "Questionable", "Probable", "Healthy", null]
    },
    "InjuryBodyPart": {
      "type": "string",
      "description": "Injured body part (e.g., Knee, Ankle, Shoulder)"
    },
    "InjuryNotes": {
      "type": "string",
      "description": "Additional injury notes and timeline"
    },
    "FantasyAlarmPlayerID": {
      "type": "integer",
      "description": "Fantasy Alarm player cross-reference ID"
    },
    "RotowirePlayerID": {
      "type": "integer",
      "description": "Rotowire player cross-reference ID"
    },
    "Age": {
      "type": "integer",
      "description": "Player age in years"
    },
    "Height": {
      "type": "string",
      "description": "Player height (e.g., 6'4\")"
    },
    "Weight": {
      "type": "integer",
      "description": "Player weight in pounds"
    },
    "College": {
      "type": "string",
      "description": "College attended"
    },
    "DraftYear": {
      "type": "integer",
      "description": "NFL Draft year"
    },
    "DraftRound": {
      "type": "integer",
      "description": "Draft round selected in"
    },
    "DraftPick": {
      "type": "integer",
      "description": "Pick number in draft"
    },
    "AverageDraftPosition": {
      "type": "number",
      "description": "Average fantasy draft position (ADP)"
    }
  }
}

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-player"
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.