Every API here is available over the APIs.io API and to AI agents over MCP.
{
"openapi": "3.1.1",
"info": {
"title": "Global Sports Data Lookup API v1",
"description": "This page contains all Lookup API endpoints that are part of our Core Sports Data.",
"version": "1"
},
"servers": [
{
"url": "/proxy/sports"
}
],
"paths": {
"/gsd/lookup/v1/sports": {
"get": {
"tags": [
"General Endpoints"
],
"summary": "Sports",
"operationId": "Sports",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series": {
"get": {
"tags": [
"General Endpoints"
],
"summary": "Series",
"operationId": "Series",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues": {
"get": {
"tags": [
"General Endpoints"
],
"summary": "Leagues",
"operationId": "Leagues",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/schedule-results": {
"get": {
"tags": [
"General Endpoints"
],
"summary": "Schedule and Results",
"operationId": "ScheduleandResults",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "timeFrom",
"in": "query",
"required": true,
"description": "Here you can define the lower bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 36 hours and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-15T00:00:00"
}
},
{
"name": "timeTo",
"in": "query",
"required": true,
"description": "Here you can define the upper bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 36 hours and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-16T00:00:00"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/sports/{sportId}": {
"get": {
"tags": [
"Sport Endpoints"
],
"summary": "Sport Info",
"operationId": "SportInfo",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "sportId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNFB17MNF4TH4KM"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/sports/{sportId}/series": {
"get": {
"tags": [
"Sport Endpoints"
],
"summary": "Series by Sport",
"operationId": "SeriesbySport",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "sportId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNBF6D927MH62TN"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/sports/{sportId}/leagues": {
"get": {
"tags": [
"Sport Endpoints"
],
"summary": "Leagues by Sport",
"operationId": "LeaguesbySport",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "sportId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNFB17MNF4TH4KM"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/sports/{sportId}/schedule-results": {
"get": {
"tags": [
"Sport Endpoints"
],
"summary": "Schedule and Results by Sport",
"operationId": "ScheduleandResultsbySport",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "sportId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNFB17MNF4TH4KM"
}
},
{
"name": "timeFrom",
"in": "query",
"required": true,
"description": "Here you can define the lower bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 36 hours and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-15T00:00:00"
}
},
{
"name": "timeTo",
"in": "query",
"required": true,
"description": "Here you can define the upper bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 36 hours and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-16T00:00:00"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series/{seriesId}": {
"get": {
"tags": [
"Series Endpoints"
],
"summary": "Series Info",
"operationId": "SeriesInfo",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "seriesId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN87DRG1TQJXGNH"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series/{seriesId}/league-overview": {
"get": {
"tags": [
"Series Endpoints"
],
"summary": "League Overview by Series",
"operationId": "LeagueOverviewbySeries",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "seriesId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN87DRG1TQJXGNH"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series/{seriesId}/series-seasons": {
"get": {
"tags": [
"Series Endpoints"
],
"summary": "Series Seasons by Series",
"operationId": "SeriesSeasonsbySeries",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "seriesId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN87DRG1TQJXGNH"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series-seasons/{seriesSeasonId}": {
"get": {
"tags": [
"Series Season Endpoints"
],
"summary": "Series Season Info",
"operationId": "SeriesSeasonInfo",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "seriesSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5HAK486EXQYSS"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/series-seasons/{seriesSeasonId}/league-overview": {
"get": {
"tags": [
"Series Season Endpoints"
],
"summary": "League Overview by Series Season",
"operationId": "LeagueOverviewbySeriesSeason",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "seriesSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5HAK486EXQYSS"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "League Info",
"operationId": "LeagueInfo",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/league-seasons": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "League Seasons by League",
"operationId": "LeagueSeasonsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/structure": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Structure by League",
"operationId": "StructurebyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/schedule-results": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Schedule and Results by League",
"operationId": "ScheduleandResultsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"name": "timeFrom",
"in": "query",
"required": true,
"description": "Here you can define the lower bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 10 days and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-15T00:00:00"
}
},
{
"name": "timeTo",
"in": "query",
"required": true,
"description": "Here you can define the upper bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 10 days and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-02-24T00:00:00"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/standings": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Standings by League",
"operationId": "StandingsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/league-season-overall-classifications": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "League Season and Overall Classifications by League",
"operationId": "LeagueSeasonandOverallClassificationsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/teams": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Teams by League",
"operationId": "TeamsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/teams/{teamId}/roster": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Team Roster by League and Team",
"operationId": "TeamRosterbyLeagueandTeam",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"name": "teamId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNDDXMAJZPWET9S"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/teams/{teamId}/schedule-results": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Schedule and Results by League and Team",
"operationId": "ScheduleandResultsbyLeagueandTeam",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"name": "teamId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNDDXMAJZPWET9S"
}
},
{
"name": "timeFrom",
"in": "query",
"required": true,
"description": "Here you can define the lower bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 31 days and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-04-01T00:00:00"
}
},
{
"name": "timeTo",
"in": "query",
"required": true,
"description": "Here you can define the upper bound of the time range, which follows the ISO time structure: yyyy-MM-ddTHH:mm:ssZ. The max range between timeFrom and timeTo is 31 days and timeFrom should be earlier than timeTo.",
"schema": {
"type": "datetime",
"default": "2022-05-01T00:00:00"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/teams/{teamId}/stats": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Stats by League and Team",
"operationId": "StatsbyLeagueandTeam",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"name": "teamId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNDDXMAJZPWET9S"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/persons/{personId}/stats": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Stats by League and Person",
"operationId": "StatsbyLeagueandPerson",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN4704RJ2JE0GXJ"
}
},
{
"name": "personId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNE2661MZM6Z8W5"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/leagues/{leagueId}/brackets": {
"get": {
"tags": [
"League Endpoints"
],
"summary": "Brackets by League",
"operationId": "BracketsbyLeague",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNA5MGHG2ZVX2RD"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "League Season Info",
"operationId": "LeagueSeasonInfo",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/structure": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Structure by League Season",
"operationId": "StructurebyLeagueSeason",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/standings": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Standings by League Season",
"operationId": "StandingsbyLeagueSeason",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/league-season-overall-classifications": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "League Season and Overall Classifications by League Season",
"operationId": "LeagueSeasonandOverallClassificationsbyLeagueSeason",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/teams": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Teams by League Season",
"operationId": "TeamsbyLeagueSeason",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/teams/{teamId}/roster": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Team Roster by League Season and Team",
"operationId": "TeamRosterbyLeagueSeasonandTeam",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"name": "teamId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNDDXMAJZPWET9S"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/teams/{teamId}/stats": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Stats by League Season and Team",
"operationId": "StatsbyLeagueSeasonandTeam",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
"name": "leagueSeasonId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GN5Q5FQEN3B2H0H"
}
},
{
"name": "teamId",
"in": "path",
"required": true,
"schema": {
"type": "string",
"default": "GNDDXMAJZPWET9S"
}
},
{
"$ref": "#/components/parameters/LanguageQuery"
}
],
"responses": {
"200": {
"description": "Successful response"
}
}
}
},
"/gsd/lookup/v1/league-seasons/{leagueSeasonId}/persons/{personId}/stats": {
"get": {
"tags": [
"League Season Endpoints"
],
"summary": "Stats by League Season and Person",
"operationId": "StatsbyLeagueSeasonandPerson",
"parameters": [
{
"$ref": "#/components/parameters/ApiKeyQuery"
},
{
"$ref": "#/components/parameters/AcceptHeader"
},
{
# --- truncated at 32 KB (77 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/gracenote/refs/heads/main/openapi/gracenote-global-sports-data-lookup-api-openapi.json