SportsDataIO · Schema
Membership
Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer
Properties
| Name | Type | Description |
|---|---|---|
| MembershipId | integer | The unique ID for the membership |
| TeamId | integer | The unique ID of the team |
| PlayerId | integer | The player's unique PlayerID as assigned by SportsDataIO. Note: this ID stays with the player their entire career. |
| PlayerName | stringnull | The player's full name |
| TeamName | stringnull | The full name of the team |
| TeamArea | stringnull | The area the team is located within their home country |
| Active | boolean | Whether the player's membership is active (true/false) |
| StartDate | stringnull | The start date of the membership (in UTC) |
| EndDate | stringnull | The end date of the membership (in UTC) |
| Updated | stringnull | The timestamp of when the record was last updated (US Eastern Time) |
| Jersey | integernull | The player's jersey number on this team |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Membership",
"title": "Membership",
"properties": {
"MembershipId": {
"type": "integer",
"description": "The unique ID for the membership"
},
"TeamId": {
"type": "integer",
"description": "The unique ID of the team"
},
"PlayerId": {
"type": "integer",
"description": "The player's unique PlayerID as assigned by SportsDataIO. Note: this ID stays with the player their entire career."
},
"PlayerName": {
"type": [
"string",
"null"
],
"description": "The player's full name"
},
"TeamName": {
"type": [
"string",
"null"
],
"description": "The full name of the team"
},
"TeamArea": {
"type": [
"string",
"null"
],
"description": "The area the team is located within their home country"
},
"Active": {
"type": "boolean",
"description": "Whether the player's membership is active (true/false)"
},
"StartDate": {
"type": [
"string",
"null"
],
"description": "The start date of the membership (in UTC)"
},
"EndDate": {
"type": [
"string",
"null"
],
"description": "The end date of the membership (in UTC)"
},
"Updated": {
"type": [
"string",
"null"
],
"description": "The timestamp of when the record was last updated (US Eastern Time)"
},
"Jersey": {
"type": [
"integer",
"null"
],
"description": "The player's jersey number on this team"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportsdataio-membership"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.