Skip to main content

cbs — native provider reference

  • namespace: sdv.cbs (standalone — not an ESPN league)
  • families: CBS Sports
  • wrappers: 82 native

cbs is a cross-sport provider namespace (no ESPN {sport}/{league} nesting). Every method is exposed under BOTH its snake_case name (<family>_<endpoint>, py/R parity) and a camelCase canonical name (<family><Endpoint>) on sdv.cbs. Pass { parsed: true } to any endpoint to get tidy rows instead of raw JSON.

import sdv from 'sportsdataverse';

// CBS Sports is an anonymously-reachable public JSON API (no token):
await sdv.cbs.cbs_league({ league_id: 'football-nfl' });

Native API — CBS Sports

Flat (non-ESPN) wrappers for the CBS Sports API. Host: https://api.cbssports.com. Each method is exposed under BOTH cbs_<endpoint> (snake_case, py/R parity) and cbs<Endpoint> (camelCase canonical) on sdv.cbs. Pass { parsed: true } to run the payload through its tidy.js parser; omit it for the raw response.

MethodHTTPPath paramsQuery paramsParserAuth
cbs_baseball_player_meta / cbsBaseballPlayerMetahttps://api.cbssports.com/resource/player/meta/baseball/{player_id}player_id*parse_cbs_list
cbs_boxscore / cbsBoxscorehttps://api.cbssports.com/resource/game/boxscore/{game_id}game_id*parse_cbs_list
cbs_bulk / cbsBulkhttps://api.cbssports.com/resource/bulkplayer_resourcePlayerResource, team_resourceTeamResource, game_resourceGameResource, venue_resourceVenueResource, event_resourceEventResource, featured_game_resourceFeaturedGameResource, golf_event_markets_resourceGolfEventMarketsResourceparse_cbs_list
cbs_client_configuration / cbsClientConfigurationhttps://api.cbssports.com/resource/client/config/{client_name}client_name*resources, league_idleagueId, classifier, key_namekeyNameparse_cbs_list
cbs_coach_rankings / cbsCoachRankingshttps://api.cbssports.com/resource/coach/rankings/{coach_id}coach_id*parse_cbs_list
cbs_coach_team_associations / cbsCoachTeamAssociationshttps://api.cbssports.com/resource/coach/teamAssociations/{coach_id}coach_id*resourcesparse_cbs_list
cbs_depth_charts / cbsDepthChartshttps://api.cbssports.com/resource/player/depthCharts/{player_id}player_id*position, pitch_pospitchPosparse_cbs_list
cbs_endpoint_registry / cbsEndpointRegistryhttps://api.cbssports.com/resource/endpoint/registryparse_cbs_list
cbs_event / cbsEventhttps://api.cbssports.com/resource/event/{event_id}event_id*date_formatdateFormat, resourcesparse_cbs_list
cbs_event_entrants / cbsEventEntrantshttps://api.cbssports.com/resource/event/entrants/{event_id}event_id*parse_cbs_list
cbs_event_leaderboard / cbsEventLeaderboardhttps://api.cbssports.com/resource/event/leaderboard/{event_id}event_id*parse_cbs_list
cbs_event_seasons / cbsEventSeasonshttps://api.cbssports.com/resource/event/seasons/{event_id}event_id*parse_cbs_list
cbs_event_venues / cbsEventVenueshttps://api.cbssports.com/resource/event/venues/{event_id}event_id*parse_cbs_list
cbs_featured_game / cbsFeaturedGamehttps://api.cbssports.com/resource/game/featured/{game_id}game_id*parse_cbs_scoreboard
cbs_game / cbsGamehttps://api.cbssports.com/resource/game/{game_id}game_id*date_formatdateFormat, resourcesparse_cbs_list
cbs_game_betting_splits / cbsGameBettingSplitshttps://api.cbssports.com/resource/game/bettingSplits/{game_id}game_id*parse_cbs_list
cbs_game_content_preview / cbsGameContentPreviewhttps://api.cbssports.com/resource/game/content/preview/{game_id}game_id*parse_cbs_list
cbs_game_content_recap / cbsGameContentRecaphttps://api.cbssports.com/resource/game/content/recap/{game_id}game_id*parse_cbs_list
cbs_game_content_story / cbsGameContentStoryhttps://api.cbssports.com/resource/game/content/story/{game_id}game_id*game_ids_story_tagsgameIdsStoryTagsparse_cbs_list
cbs_game_hq_odds / cbsGameHqOddshttps://api.cbssports.com/resource/game/odds/hq/{game_id}game_id*parse_cbs_odds
cbs_game_lineup / cbsGameLineuphttps://api.cbssports.com/resource/game/lineup/{game_id}game_id*resourcesparse_cbs_list
cbs_game_odds / cbsGameOddshttps://api.cbssports.com/resource/game/odds/{game_id}game_id*market_idsmarketIds, book_idsbookIds, state, model, show_hidden_oddsshowHiddenOddsparse_cbs_odds
cbs_game_outcomes / cbsGameOutcomeshttps://api.cbssports.com/resource/game/outcomes/{game_id}game_id*parse_cbs_list
cbs_game_props / cbsGamePropshttps://api.cbssports.com/resource/game/props/{game_id}game_id*market_idsmarketIds, book_idsbookIds, prop_bet_typespropBetTypes, state, include_inactive_marketsincludeInactiveMarketsparse_cbs_odds
cbs_game_rtwp / cbsGameRtwphttps://api.cbssports.com/resource/game/rtwp/{game_id}game_id*parse_cbs_list
cbs_game_scoring_boxscores / cbsGameScoringBoxscoreshttps://api.cbssports.com/resource/game/scoring/boxscores/{game_id}game_id*parse_cbs_list
cbs_game_scoring_drives / cbsGameScoringDriveshttps://api.cbssports.com/resource/game/scoring/drives/{game_id}game_id*parse_cbs_list
cbs_game_scoring_leaders / cbsGameScoringLeadershttps://api.cbssports.com/resource/game/scoring/leaders/{game_id}game_id*parse_cbs_list
cbs_game_scoring_player_stats / cbsGameScoringPlayerStatshttps://api.cbssports.com/resource/game/scoring/playerStats/{game_id}game_id*parse_cbs_list
cbs_game_scoring_plays / cbsGameScoringPlayshttps://api.cbssports.com/resource/game/scoring/plays/{game_id}game_id*parse_cbs_list
cbs_game_scoring_rosters / cbsGameScoringRostershttps://api.cbssports.com/resource/game/scoring/rosters/{game_id}game_id*parse_cbs_list
cbs_game_scoring_scoreboard / cbsGameScoringScoreboardhttps://api.cbssports.com/resource/game/scoring/scoreboard/{game_id}game_id*parse_cbs_scoreboard
cbs_game_scoring_scores / cbsGameScoringScoreshttps://api.cbssports.com/resource/game/scoring/scores/{game_id}game_id*parse_cbs_scoreboard
cbs_game_scoring_team_stats / cbsGameScoringTeamStatshttps://api.cbssports.com/resource/game/scoring/teamStats/{game_id}game_id*parse_cbs_list
cbs_game_scoring_winprob / cbsGameScoringWinprobhttps://api.cbssports.com/resource/game/scoring/winprob/{game_id}game_id*parse_cbs_list
cbs_game_scoring_ytd_player_stats / cbsGameScoringYtdPlayerStatshttps://api.cbssports.com/resource/game/scoring/ytdPlayerStats/{game_id}game_id*parse_cbs_list
cbs_game_scoring_ytd_team_stats / cbsGameScoringYtdTeamStatshttps://api.cbssports.com/resource/game/scoring/ytdTeamStats/{game_id}game_id*parse_cbs_list
cbs_game_ticket / cbsGameTickethttps://api.cbssports.com/resource/game/ticket/{game_id}game_id*parse_cbs_list
cbs_golf_event_markets / cbsGolfEventMarketshttps://api.cbssports.com/resource/golf/event/markets/{event_id}event_id*parse_cbs_list
cbs_golf_player_markets / cbsGolfPlayerMarketshttps://api.cbssports.com/resource/golf/player/markets/{player_id}player_id*event_ideventIdparse_cbs_list
cbs_golfer_results / cbsGolferResultshttps://api.cbssports.com/resource/golfer/results/{player_id}player_id*season_yearseasonYear, season_idseasonIdparse_cbs_list
cbs_hockey_player_meta / cbsHockeyPlayerMetahttps://api.cbssports.com/resource/player/hockey/meta/{player_id}player_id*parse_cbs_list
cbs_league / cbsLeaguehttps://api.cbssports.com/resource/league/{league_id}league_id*resourcesparse_cbs_list
cbs_league_teams / cbsLeagueTeamshttps://api.cbssports.com/resource/league/teams/{league_id}league_id*resourcesparse_cbs_list
cbs_odds / cbsOddshttps://api.cbssports.com/resource/odds/{game_id}game_id*parse_cbs_odds
cbs_player / cbsPlayerhttps://api.cbssports.com/resource/player/{player_id}player_id*date_formatdateFormat, year, resourcesparse_cbs_list
cbs_player_combine_data / cbsPlayerCombineDatahttps://api.cbssports.com/resource/player/combineData/{player_id}player_id*parse_cbs_list
cbs_player_draft_info / cbsPlayerDraftInfohttps://api.cbssports.com/resource/player/draftInfo/{player_id}player_id*season_yearseasonYear, season_typeseasonType, season_idseasonIdparse_cbs_list
cbs_player_encyclopedia / cbsPlayerEncyclopediahttps://api.cbssports.com/resource/player/encyclopedia/{player_id}player_id*season_yearseasonYear, season_idseasonIdparse_cbs_list
cbs_player_futures / cbsPlayerFutureshttps://api.cbssports.com/resource/player/futures/{player_id}player_id*parse_cbs_list
cbs_player_game_stats / cbsPlayerGameStatshttps://api.cbssports.com/resource/player/gameStats/{player_id}player_id*game_idgameId, season_yearseasonYear, season_typeseasonTypeparse_cbs_list
cbs_player_golf_metadata / cbsPlayerGolfMetadatahttps://api.cbssports.com/resource/player/meta/golf/{player_id}player_id*parse_cbs_list
cbs_player_injuries / cbsPlayerInjurieshttps://api.cbssports.com/resource/player/injuries/{player_id}player_id*date_formatdateFormatparse_cbs_list
cbs_player_outlook / cbsPlayerOutlookhttps://api.cbssports.com/resource/player/outlook/{player_id}player_id*date_formatdateFormatparse_cbs_list
cbs_player_rankings / cbsPlayerRankingshttps://api.cbssports.com/resource/player/rankings/{player_id}player_id*season_yearseasonYear, season_typeseasonType, season_idseasonId, is_currentisCurrent, categoriesparse_cbs_list
cbs_player_standings / cbsPlayerStandingshttps://api.cbssports.com/resource/player/standings/{player_id}player_id*season_yearseasonYear, season_typeseasonType, season_idseasonId, is_currentisCurrent, resourcesparse_cbs_standings
cbs_player_stats / cbsPlayerStatshttps://api.cbssports.com/resource/player/stats/{player_id}player_id*season_yearseasonYear, season_typeseasonType, season_idseasonId, is_currentisCurrent, team_idteamId, team_abbrteamAbbr, is_totalisTotalparse_cbs_list
cbs_player_team_associations / cbsPlayerTeamAssociationshttps://api.cbssports.com/resource/player/teamAssociations/{player_id}player_id*assoc_typeassocType, roster_statusrosterStatus, resourcesparse_cbs_list
cbs_player_transactions / cbsPlayerTransactionshttps://api.cbssports.com/resource/player/transactions/{player_id}player_id*date_formatdateFormat, season_yearseasonYear, season_typeseasonType, season_idseasonId, resourcesparse_cbs_list
cbs_position_rankings / cbsPositionRankingshttps://api.cbssports.com/resource/player/positionRankings/{player_id}player_id*positionparse_cbs_list
cbs_probable_players / cbsProbablePlayershttps://api.cbssports.com/resource/game/probablePlayers/{game_id}game_id*date_formatdateFormat, resourcesparse_cbs_list
cbs_recruit_rankings / cbsRecruitRankingshttps://api.cbssports.com/resource/recruit/rankings/{player_id}player_id*parse_cbs_list
cbs_recruit_team_associations / cbsRecruitTeamAssociationshttps://api.cbssports.com/resource/player/recruitAssociations/{player_id}player_id*resourcesparse_cbs_list
cbs_ruwt_highlights / cbsRuwtHighlightshttps://api.cbssports.com/resource/game/ruwtHighlights/{game_id}game_id*parse_cbs_list
cbs_season / cbsSeasonhttps://api.cbssports.com/resource/season/{season_id}season_id*date_formatdateFormat, resourcesparse_cbs_list
cbs_season_teams / cbsSeasonTeamshttps://api.cbssports.com/resource/season/teams/{season_id}season_id*resourcesparse_cbs_list
cbs_sport / cbsSporthttps://api.cbssports.com/resource/sport/{sport_id}sport_id*resourcesparse_cbs_list
cbs_sport_leagues / cbsSportLeagueshttps://api.cbssports.com/resource/sport/leagues/{sport_id}sport_id*parse_cbs_list
cbs_sports_line_team_rankings / cbsSportsLineTeamRankingshttps://api.cbssports.com/resource/team/rankings/sportsline/{team_id}team_id*parse_cbs_list
cbs_sports_line_team_standings / cbsSportsLineTeamStandingshttps://api.cbssports.com/resource/team/standings/sportsline/{team_id}team_id*date_formatdateFormatparse_cbs_standings
cbs_sub_divisions / cbsSubDivisionshttps://api.cbssports.com/resource/division/subdivisions/{division_id}division_id*sub_division_idsubDivisionId, nameparse_cbs_list
cbs_team_futures / cbsTeamFutureshttps://api.cbssports.com/resource/team/futures/{team_id}team_id*parse_cbs_list
cbs_team_metadata / cbsTeamMetadatahttps://api.cbssports.com/resource/team/metadata/{team_id}team_id*resourcesparse_cbs_list
cbs_team_players / cbsTeamPlayershttps://api.cbssports.com/resource/team/players/{team_id}team_id*resourcesparse_cbs_list
cbs_team_polls / cbsTeamPollshttps://api.cbssports.com/resource/team/polls/{team_id}team_id*polls, season_idseasonIdparse_cbs_list
cbs_team_rankings / cbsTeamRankingshttps://api.cbssports.com/resource/team/rankings/{team_id}team_id*season_yearseasonYear, season_typeseasonType, season_idseasonIdparse_cbs_list
cbs_team_seasons / cbsTeamSeasonshttps://api.cbssports.com/resource/team/seasons/{team_id}team_id*date_formatdateFormat, season_yearseasonYear, season_typeseasonType, season_idseasonId, resourcesparse_cbs_list
cbs_team_standings / cbsTeamStandingshttps://api.cbssports.com/resource/team/standings/{team_id}team_id*year, season_typeseasonType, season_idseasonIdparse_cbs_standings
cbs_team_stats / cbsTeamStatshttps://api.cbssports.com/resource/team/stats/{team_id}team_id*season_yearseasonYear, season_typeseasonType, season_idseasonId, is_currentisCurrentparse_cbs_list
cbs_venue / cbsVenuehttps://api.cbssports.com/resource/venue/{venue_id}venue_id*resourcesparse_cbs_list
cbs_venue_metadata / cbsVenueMetadatahttps://api.cbssports.com/resource/venue/metadata/{venue_id}venue_id*parse_cbs_list
cbs_weather / cbsWeatherhttps://api.cbssports.com/resource/game/weather/{game_id}game_id*parse_cbs_list

Returns — cbs_endpoint_registry / cbsEndpointRegistry

col_nametypedescription
boxscore_resource_locationcharacterBoxscore resource location.
boxscore_resource_routecharacterBoxscore resource route.
boxscore_resource_pathcharacterBoxscore resource path.
boxscore_resource_summarycharacterBoxscore resource summary.
boxscore_resource_notescharacterBoxscore resource notes.
boxscore_resource_versions_allowedcharacterBoxscore resource versions allowed.
boxscore_resource_versions_currentcharacterBoxscore resource versions current.
boxscore_resource_methodscharacterBoxscore resource methods.
boxscore_resource_formatscharacterBoxscore resource formats.
boxscore_resource_parameterscharacterBoxscore resource parameters.
boxscore_resource_auth_settings_require_authlogicalBoxscore resource auth settings require auth.
boxscore_resource_auth_settings_allow_onlycharacterBoxscore resource auth settings allow only.
boxscore_resource_resource_cache_nscharacterBoxscore resource resource cache ns.
boxscore_resource_resource_cache_cache_keyscharacterBoxscore resource resource cache cache keys.
boxscore_resource_resource_cache_cache_busterintegerBoxscore resource resource cache cache buster.
boxscore_resource_expiration_message_object_key_namecharacterBoxscore resource expiration message object key name.
player_resource_locationcharacterPlayer resource location.
player_resource_routecharacterPlayer resource route.
player_resource_pathcharacterPlayer resource path.
player_resource_summarycharacterPlayer resource summary.
player_resource_notescharacterPlayer resource notes.
player_resource_versions_allowedcharacterPlayer resource versions allowed.
player_resource_versions_currentcharacterPlayer resource versions current.
player_resource_methodscharacterPlayer resource methods.
player_resource_formatscharacterPlayer resource formats.
player_resource_parameterscharacterPlayer resource parameters.
player_resource_auth_settings_require_authlogicalPlayer resource auth settings require auth.
player_resource_auth_settings_allow_onlycharacterPlayer resource auth settings allow only.
player_resource_resource_cache_nscharacterPlayer resource resource cache ns.
player_resource_resource_cache_cache_keyscharacterPlayer resource resource cache cache keys.
player_resource_resource_cache_cache_busterintegerPlayer resource resource cache cache buster.
player_resource_expiration_message_object_key_namecharacterPlayer resource expiration message object key name.
player_team_associations_resource_locationcharacterPlayer team associations resource location.
player_team_associations_resource_routecharacterPlayer team associations resource route.
player_team_associations_resource_pathcharacterPlayer team associations resource path.
player_team_associations_resource_summarycharacterPlayer team associations resource summary.
player_team_associations_resource_notescharacterPlayer team associations resource notes.
player_team_associations_resource_versions_allowedcharacterPlayer team associations resource versions allowed.
player_team_associations_resource_versions_currentcharacterPlayer team associations resource versions current.
player_team_associations_resource_methodscharacterPlayer team associations resource methods.
player_team_associations_resource_formatscharacterPlayer team associations resource formats.
player_team_associations_resource_parameterscharacterPlayer team associations resource parameters.
player_team_associations_resource_auth_settings_require_authlogicalPlayer team associations resource auth settings require auth.
player_team_associations_resource_auth_settings_allow_onlycharacterPlayer team associations resource auth settings allow only.
player_team_associations_resource_resource_cache_nscharacterPlayer team associations resource resource cache ns.
player_team_associations_resource_resource_cache_cache_keyscharacterPlayer team associations resource resource cache cache keys.
player_team_associations_resource_resource_cache_cache_busterintegerPlayer team associations resource resource cache cache buster.
player_team_associations_resource_expiration_message_object_key_namecharacterPlayer team associations resource expiration message object key name.
recruit_team_associations_resource_locationcharacterRecruit team associations resource location.
recruit_team_associations_resource_routecharacterRecruit team associations resource route.
recruit_team_associations_resource_pathcharacterRecruit team associations resource path.
recruit_team_associations_resource_summarycharacterRecruit team associations resource summary.
recruit_team_associations_resource_notescharacterRecruit team associations resource notes.
recruit_team_associations_resource_versions_allowedcharacterRecruit team associations resource versions allowed.
recruit_team_associations_resource_versions_currentcharacterRecruit team associations resource versions current.
recruit_team_associations_resource_methodscharacterRecruit team associations resource methods.
recruit_team_associations_resource_formatscharacterRecruit team associations resource formats.
recruit_team_associations_resource_parameterscharacterRecruit team associations resource parameters.
recruit_team_associations_resource_auth_settings_require_authlogicalRecruit team associations resource auth settings require auth.
recruit_team_associations_resource_auth_settings_allow_onlycharacterRecruit team associations resource auth settings allow only.
recruit_team_associations_resource_resource_cache_nscharacterRecruit team associations resource resource cache ns.
recruit_team_associations_resource_resource_cache_cache_keyscharacterRecruit team associations resource resource cache cache keys.
recruit_team_associations_resource_resource_cache_cache_busterintegerRecruit team associations resource resource cache cache buster.
recruit_team_associations_resource_expiration_message_object_key_namecharacterRecruit team associations resource expiration message object key name.
coach_team_associations_resource_locationcharacterCoach team associations resource location.
coach_team_associations_resource_routecharacterCoach team associations resource route.
coach_team_associations_resource_pathcharacterCoach team associations resource path.
coach_team_associations_resource_summarycharacterCoach team associations resource summary.
coach_team_associations_resource_notescharacterCoach team associations resource notes.
coach_team_associations_resource_versions_allowedcharacterCoach team associations resource versions allowed.
coach_team_associations_resource_versions_currentcharacterCoach team associations resource versions current.
coach_team_associations_resource_methodscharacterCoach team associations resource methods.
coach_team_associations_resource_formatscharacterCoach team associations resource formats.
coach_team_associations_resource_parameterscharacterCoach team associations resource parameters.
coach_team_associations_resource_auth_settings_require_authlogicalCoach team associations resource auth settings require auth.
coach_team_associations_resource_auth_settings_allow_onlycharacterCoach team associations resource auth settings allow only.
coach_team_associations_resource_resource_cache_nscharacterCoach team associations resource resource cache ns.
coach_team_associations_resource_resource_cache_cache_keyscharacterCoach team associations resource resource cache cache keys.
coach_team_associations_resource_resource_cache_cache_busterintegerCoach team associations resource resource cache cache buster.
coach_team_associations_resource_expiration_message_object_key_namecharacterCoach team associations resource expiration message object key name.
player_draft_info_resource_locationcharacterPlayer draft info resource location.
player_draft_info_resource_routecharacterPlayer draft info resource route.
player_draft_info_resource_pathcharacterPlayer draft info resource path.
player_draft_info_resource_summarycharacterPlayer draft info resource summary.
player_draft_info_resource_notescharacterPlayer draft info resource notes.
player_draft_info_resource_versions_allowedcharacterPlayer draft info resource versions allowed.
player_draft_info_resource_versions_currentcharacterPlayer draft info resource versions current.
player_draft_info_resource_methodscharacterPlayer draft info resource methods.
player_draft_info_resource_formatscharacterPlayer draft info resource formats.
player_draft_info_resource_parameterscharacterPlayer draft info resource parameters.
player_draft_info_resource_auth_settings_require_authlogicalPlayer draft info resource auth settings require auth.
player_draft_info_resource_auth_settings_allow_onlycharacterPlayer draft info resource auth settings allow only.
player_draft_info_resource_resource_cache_nscharacterPlayer draft info resource resource cache ns.
player_draft_info_resource_resource_cache_cache_keyscharacterPlayer draft info resource resource cache cache keys.
player_draft_info_resource_resource_cache_cache_busterintegerPlayer draft info resource resource cache cache buster.
player_draft_info_resource_expiration_message_object_key_namecharacterPlayer draft info resource expiration message object key name.
player_combine_data_resource_locationcharacterPlayer combine data resource location.
player_combine_data_resource_routecharacterPlayer combine data resource route.
player_combine_data_resource_pathcharacterPlayer combine data resource path.
player_combine_data_resource_summarycharacterPlayer combine data resource summary.
player_combine_data_resource_notescharacterPlayer combine data resource notes.
player_combine_data_resource_versions_allowedcharacterPlayer combine data resource versions allowed.
player_combine_data_resource_versions_currentcharacterPlayer combine data resource versions current.
player_combine_data_resource_methodscharacterPlayer combine data resource methods.
player_combine_data_resource_formatscharacterPlayer combine data resource formats.
player_combine_data_resource_parameterscharacterPlayer combine data resource parameters.
player_combine_data_resource_auth_settings_require_authlogicalPlayer combine data resource auth settings require auth.
player_combine_data_resource_auth_settings_allow_onlycharacterPlayer combine data resource auth settings allow only.
player_combine_data_resource_resource_cache_nscharacterPlayer combine data resource resource cache ns.
player_combine_data_resource_resource_cache_cache_keyscharacterPlayer combine data resource resource cache cache keys.
player_combine_data_resource_resource_cache_cache_busterintegerPlayer combine data resource resource cache cache buster.
player_combine_data_resource_expiration_message_object_key_namecharacterPlayer combine data resource expiration message object key name.
player_injuries_resource_locationcharacterPlayer injuries resource location.
player_injuries_resource_routecharacterPlayer injuries resource route.
player_injuries_resource_pathcharacterPlayer injuries resource path.
player_injuries_resource_summarycharacterPlayer injuries resource summary.
player_injuries_resource_notescharacterPlayer injuries resource notes.
player_injuries_resource_versions_allowedcharacterPlayer injuries resource versions allowed.
player_injuries_resource_versions_currentcharacterPlayer injuries resource versions current.
player_injuries_resource_methodscharacterPlayer injuries resource methods.
player_injuries_resource_formatscharacterPlayer injuries resource formats.
player_injuries_resource_parameterscharacterPlayer injuries resource parameters.
player_injuries_resource_auth_settings_require_authlogicalPlayer injuries resource auth settings require auth.
player_injuries_resource_auth_settings_allow_onlycharacterPlayer injuries resource auth settings allow only.
player_injuries_resource_resource_cache_nscharacterPlayer injuries resource resource cache ns.
player_injuries_resource_resource_cache_cache_keyscharacterPlayer injuries resource resource cache cache keys.
player_injuries_resource_resource_cache_cache_busterintegerPlayer injuries resource resource cache cache buster.
player_injuries_resource_expiration_message_object_key_namecharacterPlayer injuries resource expiration message object key name.
player_transactions_resource_locationcharacterPlayer transactions resource location.
player_transactions_resource_routecharacterPlayer transactions resource route.
player_transactions_resource_pathcharacterPlayer transactions resource path.
player_transactions_resource_summarycharacterPlayer transactions resource summary.
player_transactions_resource_notescharacterPlayer transactions resource notes.
player_transactions_resource_versions_allowedcharacterPlayer transactions resource versions allowed.
player_transactions_resource_versions_currentcharacterPlayer transactions resource versions current.
player_transactions_resource_methodscharacterPlayer transactions resource methods.
player_transactions_resource_formatscharacterPlayer transactions resource formats.
player_transactions_resource_parameterscharacterPlayer transactions resource parameters.
player_transactions_resource_auth_settings_require_authlogicalPlayer transactions resource auth settings require auth.
player_transactions_resource_auth_settings_allow_onlycharacterPlayer transactions resource auth settings allow only.
player_transactions_resource_resource_cache_nscharacterPlayer transactions resource resource cache ns.
player_transactions_resource_resource_cache_cache_keyscharacterPlayer transactions resource resource cache cache keys.
player_transactions_resource_resource_cache_cache_busterintegerPlayer transactions resource resource cache cache buster.
player_transactions_resource_expiration_message_object_key_namecharacterPlayer transactions resource expiration message object key name.
player_encyclopedia_resource_locationcharacterPlayer encyclopedia resource location.
player_encyclopedia_resource_routecharacterPlayer encyclopedia resource route.
player_encyclopedia_resource_pathcharacterPlayer encyclopedia resource path.
player_encyclopedia_resource_summarycharacterPlayer encyclopedia resource summary.
player_encyclopedia_resource_notescharacterPlayer encyclopedia resource notes.
player_encyclopedia_resource_versions_allowedcharacterPlayer encyclopedia resource versions allowed.
player_encyclopedia_resource_versions_currentcharacterPlayer encyclopedia resource versions current.
player_encyclopedia_resource_methodscharacterPlayer encyclopedia resource methods.
player_encyclopedia_resource_formatscharacterPlayer encyclopedia resource formats.
player_encyclopedia_resource_parameterscharacterPlayer encyclopedia resource parameters.
player_encyclopedia_resource_auth_settings_require_authlogicalPlayer encyclopedia resource auth settings require auth.
player_encyclopedia_resource_auth_settings_allow_onlycharacterPlayer encyclopedia resource auth settings allow only.
player_encyclopedia_resource_resource_cache_nscharacterPlayer encyclopedia resource resource cache ns.
player_encyclopedia_resource_resource_cache_cache_keyscharacterPlayer encyclopedia resource resource cache cache keys.
player_encyclopedia_resource_resource_cache_cache_busterintegerPlayer encyclopedia resource resource cache cache buster.
player_encyclopedia_resource_expiration_message_object_key_namecharacterPlayer encyclopedia resource expiration message object key name.
golfer_results_resource_locationcharacterGolfer results resource location.
golfer_results_resource_routecharacterGolfer results resource route.
golfer_results_resource_pathcharacterGolfer results resource path.
golfer_results_resource_summarycharacterGolfer results resource summary.
golfer_results_resource_notescharacterGolfer results resource notes.
golfer_results_resource_versions_allowedcharacterGolfer results resource versions allowed.
golfer_results_resource_versions_currentcharacterGolfer results resource versions current.
golfer_results_resource_methodscharacterGolfer results resource methods.
golfer_results_resource_formatscharacterGolfer results resource formats.
golfer_results_resource_parameterscharacterGolfer results resource parameters.
golfer_results_resource_auth_settings_require_authlogicalGolfer results resource auth settings require auth.
golfer_results_resource_auth_settings_allow_onlycharacterGolfer results resource auth settings allow only.
golfer_results_resource_resource_cache_nscharacterGolfer results resource resource cache ns.
golfer_results_resource_resource_cache_cache_keyscharacterGolfer results resource resource cache cache keys.
golfer_results_resource_resource_cache_cache_busterintegerGolfer results resource resource cache cache buster.
golfer_results_resource_expiration_message_object_key_namecharacterGolfer results resource expiration message object key name.
depth_charts_resource_locationcharacterDepth charts resource location.
depth_charts_resource_routecharacterDepth charts resource route.
depth_charts_resource_pathcharacterDepth charts resource path.
depth_charts_resource_summarycharacterDepth charts resource summary.
depth_charts_resource_notescharacterDepth charts resource notes.
depth_charts_resource_versions_allowedcharacterDepth charts resource versions allowed.
depth_charts_resource_versions_currentcharacterDepth charts resource versions current.
depth_charts_resource_methodscharacterDepth charts resource methods.
depth_charts_resource_formatscharacterDepth charts resource formats.
depth_charts_resource_parameterscharacterDepth charts resource parameters.
depth_charts_resource_auth_settings_require_authlogicalDepth charts resource auth settings require auth.
depth_charts_resource_auth_settings_allow_onlycharacterDepth charts resource auth settings allow only.
depth_charts_resource_resource_cache_nscharacterDepth charts resource resource cache ns.
depth_charts_resource_resource_cache_cache_keyscharacterDepth charts resource resource cache cache keys.
depth_charts_resource_resource_cache_cache_busterintegerDepth charts resource resource cache cache buster.
depth_charts_resource_expiration_message_object_key_namecharacterDepth charts resource expiration message object key name.
team_players_resource_locationcharacterTeam players resource location.
team_players_resource_routecharacterTeam players resource route.
team_players_resource_pathcharacterTeam players resource path.
team_players_resource_summarycharacterTeam players resource summary.
team_players_resource_notescharacterTeam players resource notes.
team_players_resource_versions_allowedcharacterTeam players resource versions allowed.
team_players_resource_versions_currentcharacterTeam players resource versions current.
team_players_resource_methodscharacterTeam players resource methods.
team_players_resource_formatscharacterTeam players resource formats.
team_players_resource_parameterscharacterTeam players resource parameters.
team_players_resource_auth_settings_require_authlogicalTeam players resource auth settings require auth.
team_players_resource_auth_settings_allow_onlycharacterTeam players resource auth settings allow only.
team_players_resource_resource_cache_nscharacterTeam players resource resource cache ns.
team_players_resource_resource_cache_cache_keyscharacterTeam players resource resource cache cache keys.
team_players_resource_resource_cache_cache_busterintegerTeam players resource resource cache cache buster.
team_players_resource_expiration_message_object_key_namecharacterTeam players resource expiration message object key name.
team_standings_resource_locationcharacterTeam standings resource location.
team_standings_resource_routecharacterTeam standings resource route.
team_standings_resource_pathcharacterTeam standings resource path.
team_standings_resource_summarycharacterTeam standings resource summary.
team_standings_resource_notescharacterTeam standings resource notes.
team_standings_resource_versions_allowedcharacterTeam standings resource versions allowed.
team_standings_resource_versions_currentcharacterTeam standings resource versions current.
team_standings_resource_methodscharacterTeam standings resource methods.
team_standings_resource_formatscharacterTeam standings resource formats.
team_standings_resource_parameterscharacterTeam standings resource parameters.
team_standings_resource_auth_settings_require_authlogicalTeam standings resource auth settings require auth.
team_standings_resource_auth_settings_allow_onlycharacterTeam standings resource auth settings allow only.
team_standings_resource_resource_cache_nscharacterTeam standings resource resource cache ns.
team_standings_resource_resource_cache_cache_keyscharacterTeam standings resource resource cache cache keys.
team_standings_resource_resource_cache_cache_busterintegerTeam standings resource resource cache cache buster.
team_standings_resource_expiration_message_object_key_namecharacterTeam standings resource expiration message object key name.
sports_line_team_standings_resource_locationcharacterSports line team standings resource location.
sports_line_team_standings_resource_routecharacterSports line team standings resource route.
sports_line_team_standings_resource_pathcharacterSports line team standings resource path.
sports_line_team_standings_resource_summarycharacterSports line team standings resource summary.
sports_line_team_standings_resource_notescharacterSports line team standings resource notes.
sports_line_team_standings_resource_versions_allowedcharacterSports line team standings resource versions allowed.
sports_line_team_standings_resource_versions_currentcharacterSports line team standings resource versions current.
sports_line_team_standings_resource_methodscharacterSports line team standings resource methods.
sports_line_team_standings_resource_formatscharacterSports line team standings resource formats.
sports_line_team_standings_resource_parameterscharacterSports line team standings resource parameters.
sports_line_team_standings_resource_auth_settings_require_authlogicalSports line team standings resource auth settings require auth.
sports_line_team_standings_resource_auth_settings_allow_onlycharacterSports line team standings resource auth settings allow only.
sports_line_team_standings_resource_resource_cache_nscharacterSports line team standings resource resource cache ns.
sports_line_team_standings_resource_resource_cache_cache_keyscharacterSports line team standings resource resource cache cache keys.
sports_line_team_standings_resource_resource_cache_cache_busterintegerSports line team standings resource resource cache cache buster.
sports_line_team_standings_resource_expiration_message_object_key_namecharacterSports line team standings resource expiration message object key name.
league_resource_locationcharacterLeague resource location.
league_resource_routecharacterLeague resource route.
league_resource_pathcharacterLeague resource path.
league_resource_summarycharacterLeague resource summary.
league_resource_notescharacterLeague resource notes.
league_resource_versions_allowedcharacterLeague resource versions allowed.
league_resource_versions_currentcharacterLeague resource versions current.
league_resource_methodscharacterLeague resource methods.
league_resource_formatscharacterLeague resource formats.
league_resource_parameterscharacterLeague resource parameters.
league_resource_auth_settings_require_authlogicalLeague resource auth settings require auth.
league_resource_auth_settings_allow_onlycharacterLeague resource auth settings allow only.
league_resource_resource_cache_nscharacterLeague resource resource cache ns.
league_resource_resource_cache_cache_keyscharacterLeague resource resource cache cache keys.
league_resource_resource_cache_cache_busterintegerLeague resource resource cache cache buster.
league_resource_expiration_message_object_key_namecharacterLeague resource expiration message object key name.
league_teams_resource_locationcharacterLeague teams resource location.
league_teams_resource_routecharacterLeague teams resource route.
league_teams_resource_pathcharacterLeague teams resource path.
league_teams_resource_summarycharacterLeague teams resource summary.
league_teams_resource_notescharacterLeague teams resource notes.
league_teams_resource_versions_allowedcharacterLeague teams resource versions allowed.
league_teams_resource_versions_currentcharacterLeague teams resource versions current.
league_teams_resource_methodscharacterLeague teams resource methods.
league_teams_resource_formatscharacterLeague teams resource formats.
league_teams_resource_parameterscharacterLeague teams resource parameters.
league_teams_resource_auth_settings_require_authlogicalLeague teams resource auth settings require auth.
league_teams_resource_auth_settings_allow_onlycharacterLeague teams resource auth settings allow only.
league_teams_resource_resource_cache_nscharacterLeague teams resource resource cache ns.
league_teams_resource_resource_cache_cache_keyscharacterLeague teams resource resource cache cache keys.
league_teams_resource_resource_cache_cache_busterintegerLeague teams resource resource cache cache buster.
league_teams_resource_expiration_message_object_key_namecharacterLeague teams resource expiration message object key name.
season_teams_resource_locationcharacterSeason teams resource location.
season_teams_resource_routecharacterSeason teams resource route.
season_teams_resource_pathcharacterSeason teams resource path.
season_teams_resource_summarycharacterSeason teams resource summary.
season_teams_resource_notescharacterSeason teams resource notes.
season_teams_resource_versions_allowedcharacterSeason teams resource versions allowed.
season_teams_resource_versions_currentcharacterSeason teams resource versions current.
season_teams_resource_methodscharacterSeason teams resource methods.
season_teams_resource_formatscharacterSeason teams resource formats.
season_teams_resource_parameterscharacterSeason teams resource parameters.
season_teams_resource_auth_settings_require_authlogicalSeason teams resource auth settings require auth.
season_teams_resource_auth_settings_allow_onlycharacterSeason teams resource auth settings allow only.
season_teams_resource_resource_cache_nscharacterSeason teams resource resource cache ns.
season_teams_resource_resource_cache_cache_keyscharacterSeason teams resource resource cache cache keys.
season_teams_resource_resource_cache_cache_busterintegerSeason teams resource resource cache cache buster.
season_teams_resource_expiration_message_object_key_namecharacterSeason teams resource expiration message object key name.
game_resource_locationcharacterGame resource location.
game_resource_routecharacterGame resource route.
game_resource_pathcharacterGame resource path.
game_resource_summarycharacterGame resource summary.
game_resource_notescharacterGame resource notes.
game_resource_versions_allowedcharacterGame resource versions allowed.
game_resource_versions_currentcharacterGame resource versions current.
game_resource_methodscharacterGame resource methods.
game_resource_formatscharacterGame resource formats.
game_resource_parameterscharacterGame resource parameters.
game_resource_auth_settings_require_authlogicalGame resource auth settings require auth.
game_resource_auth_settings_allow_onlycharacterGame resource auth settings allow only.
game_resource_resource_cache_nscharacterGame resource resource cache ns.
game_resource_resource_cache_cache_keyscharacterGame resource resource cache cache keys.
game_resource_resource_cache_cache_busterintegerGame resource resource cache cache buster.
game_resource_expiration_message_object_key_namecharacterGame resource expiration message object key name.
game_lineup_resource_locationcharacterGame lineup resource location.
game_lineup_resource_routecharacterGame lineup resource route.
game_lineup_resource_pathcharacterGame lineup resource path.
game_lineup_resource_summarycharacterGame lineup resource summary.
game_lineup_resource_notescharacterGame lineup resource notes.
game_lineup_resource_versions_allowedcharacterGame lineup resource versions allowed.
game_lineup_resource_versions_currentcharacterGame lineup resource versions current.
game_lineup_resource_methodscharacterGame lineup resource methods.
game_lineup_resource_formatscharacterGame lineup resource formats.
game_lineup_resource_parameterscharacterGame lineup resource parameters.
game_lineup_resource_auth_settings_require_authlogicalGame lineup resource auth settings require auth.
game_lineup_resource_auth_settings_allow_onlycharacterGame lineup resource auth settings allow only.
game_lineup_resource_resource_cache_nscharacterGame lineup resource resource cache ns.
game_lineup_resource_resource_cache_cache_keyscharacterGame lineup resource resource cache cache keys.
game_lineup_resource_resource_cache_cache_busterintegerGame lineup resource resource cache cache buster.
game_lineup_resource_expiration_message_object_key_namecharacterGame lineup resource expiration message object key name.
odds_resource_locationcharacterOdds resource location.
odds_resource_routecharacterOdds resource route.
odds_resource_pathcharacterOdds resource path.
odds_resource_summarycharacterOdds resource summary.
odds_resource_notescharacterOdds resource notes.
odds_resource_versions_allowedcharacterOdds resource versions allowed.
odds_resource_versions_currentcharacterOdds resource versions current.
odds_resource_methodscharacterOdds resource methods.
odds_resource_formatscharacterOdds resource formats.
odds_resource_parameterscharacterOdds resource parameters.
odds_resource_auth_settings_require_authlogicalOdds resource auth settings require auth.
odds_resource_auth_settings_allow_onlycharacterOdds resource auth settings allow only.
odds_resource_resource_cache_nscharacterOdds resource resource cache ns.
odds_resource_resource_cache_cache_keyscharacterOdds resource resource cache cache keys.
odds_resource_resource_cache_cache_busterintegerOdds resource resource cache cache buster.
odds_resource_expiration_message_object_key_namecharacterOdds resource expiration message object key name.
game_outcomes_resource_locationcharacterGame outcomes resource location.
game_outcomes_resource_routecharacterGame outcomes resource route.
game_outcomes_resource_pathcharacterGame outcomes resource path.
game_outcomes_resource_summarycharacterGame outcomes resource summary.
game_outcomes_resource_notescharacterGame outcomes resource notes.
game_outcomes_resource_versions_allowedcharacterGame outcomes resource versions allowed.
game_outcomes_resource_versions_currentcharacterGame outcomes resource versions current.
game_outcomes_resource_methodscharacterGame outcomes resource methods.
game_outcomes_resource_formatscharacterGame outcomes resource formats.
game_outcomes_resource_parameterscharacterGame outcomes resource parameters.
game_outcomes_resource_auth_settings_require_authlogicalGame outcomes resource auth settings require auth.
game_outcomes_resource_auth_settings_allow_onlycharacterGame outcomes resource auth settings allow only.
game_outcomes_resource_resource_cache_nscharacterGame outcomes resource resource cache ns.
game_outcomes_resource_resource_cache_cache_keyscharacterGame outcomes resource resource cache cache keys.
game_outcomes_resource_resource_cache_cache_busterintegerGame outcomes resource resource cache cache buster.
game_outcomes_resource_expiration_message_object_key_namecharacterGame outcomes resource expiration message object key name.
game_odds_resource_locationcharacterGame odds resource location.
game_odds_resource_routecharacterGame odds resource route.
game_odds_resource_pathcharacterGame odds resource path.
game_odds_resource_summarycharacterGame odds resource summary.
game_odds_resource_notescharacterGame odds resource notes.
game_odds_resource_versions_allowedcharacterGame odds resource versions allowed.
game_odds_resource_versions_currentcharacterGame odds resource versions current.
game_odds_resource_methodscharacterGame odds resource methods.
game_odds_resource_formatscharacterGame odds resource formats.
game_odds_resource_parameterscharacterGame odds resource parameters.
game_odds_resource_auth_settings_require_authlogicalGame odds resource auth settings require auth.
game_odds_resource_auth_settings_allow_onlycharacterGame odds resource auth settings allow only.
game_odds_resource_resource_cache_nscharacterGame odds resource resource cache ns.
game_odds_resource_resource_cache_cache_keyscharacterGame odds resource resource cache cache keys.
game_odds_resource_resource_cache_cache_busterintegerGame odds resource resource cache cache buster.
game_odds_resource_expiration_message_object_key_namecharacterGame odds resource expiration message object key name.
game_hq_odds_resource_locationcharacterGame hq odds resource location.
game_hq_odds_resource_routecharacterGame hq odds resource route.
game_hq_odds_resource_pathcharacterGame hq odds resource path.
game_hq_odds_resource_summarycharacterGame hq odds resource summary.
game_hq_odds_resource_notescharacterGame hq odds resource notes.
game_hq_odds_resource_versions_allowedcharacterGame hq odds resource versions allowed.
game_hq_odds_resource_versions_currentcharacterGame hq odds resource versions current.
game_hq_odds_resource_methodscharacterGame hq odds resource methods.
game_hq_odds_resource_formatscharacterGame hq odds resource formats.
game_hq_odds_resource_parameterscharacterGame hq odds resource parameters.
game_hq_odds_resource_auth_settings_require_authlogicalGame hq odds resource auth settings require auth.
game_hq_odds_resource_auth_settings_allow_onlycharacterGame hq odds resource auth settings allow only.
game_hq_odds_resource_resource_cache_nscharacterGame hq odds resource resource cache ns.
game_hq_odds_resource_resource_cache_cache_keyscharacterGame hq odds resource resource cache cache keys.
game_hq_odds_resource_resource_cache_cache_busterintegerGame hq odds resource resource cache cache buster.
game_hq_odds_resource_expiration_message_object_key_namecharacterGame hq odds resource expiration message object key name.
weather_resource_locationcharacterWeather resource location.
weather_resource_routecharacterWeather resource route.
weather_resource_pathcharacterWeather resource path.
weather_resource_summarycharacterWeather resource summary.
weather_resource_notescharacterWeather resource notes.
weather_resource_versions_allowedcharacterWeather resource versions allowed.
weather_resource_versions_currentcharacterWeather resource versions current.
weather_resource_methodscharacterWeather resource methods.
weather_resource_formatscharacterWeather resource formats.
weather_resource_parameterscharacterWeather resource parameters.
weather_resource_auth_settings_require_authlogicalWeather resource auth settings require auth.
weather_resource_auth_settings_allow_onlycharacterWeather resource auth settings allow only.
weather_resource_resource_cache_nscharacterWeather resource resource cache ns.
weather_resource_resource_cache_cache_keyscharacterWeather resource resource cache cache keys.
weather_resource_resource_cache_cache_busterintegerWeather resource resource cache cache buster.
weather_resource_expiration_message_object_key_namecharacterWeather resource expiration message object key name.
game_betting_splits_resource_locationcharacterGame betting splits resource location.
game_betting_splits_resource_routecharacterGame betting splits resource route.
game_betting_splits_resource_pathcharacterGame betting splits resource path.
game_betting_splits_resource_summarycharacterGame betting splits resource summary.
game_betting_splits_resource_notescharacterGame betting splits resource notes.
game_betting_splits_resource_versions_allowedcharacterGame betting splits resource versions allowed.
game_betting_splits_resource_versions_currentcharacterGame betting splits resource versions current.
game_betting_splits_resource_methodscharacterGame betting splits resource methods.
game_betting_splits_resource_formatscharacterGame betting splits resource formats.
game_betting_splits_resource_parameterscharacterGame betting splits resource parameters.
game_betting_splits_resource_auth_settings_require_authlogicalGame betting splits resource auth settings require auth.
game_betting_splits_resource_auth_settings_allow_onlycharacterGame betting splits resource auth settings allow only.
game_betting_splits_resource_resource_cache_nscharacterGame betting splits resource resource cache ns.
game_betting_splits_resource_resource_cache_cache_keyscharacterGame betting splits resource resource cache cache keys.
game_betting_splits_resource_resource_cache_cache_busterintegerGame betting splits resource resource cache cache buster.
game_betting_splits_resource_expiration_message_object_key_namecharacterGame betting splits resource expiration message object key name.
featured_game_resource_locationcharacterFeatured game resource location.
featured_game_resource_routecharacterFeatured game resource route.
featured_game_resource_pathcharacterFeatured game resource path.
featured_game_resource_summarycharacterFeatured game resource summary.
featured_game_resource_notescharacterFeatured game resource notes.
featured_game_resource_versions_allowedcharacterFeatured game resource versions allowed.
featured_game_resource_versions_currentcharacterFeatured game resource versions current.
featured_game_resource_methodscharacterFeatured game resource methods.
featured_game_resource_formatscharacterFeatured game resource formats.
featured_game_resource_parameterscharacterFeatured game resource parameters.
featured_game_resource_auth_settings_require_authlogicalFeatured game resource auth settings require auth.
featured_game_resource_auth_settings_allow_onlycharacterFeatured game resource auth settings allow only.
featured_game_resource_resource_cache_nscharacterFeatured game resource resource cache ns.
featured_game_resource_resource_cache_cache_keyscharacterFeatured game resource resource cache cache keys.
featured_game_resource_resource_cache_cache_busterintegerFeatured game resource resource cache cache buster.
featured_game_resource_expiration_message_object_key_namecharacterFeatured game resource expiration message object key name.
game_scoring_leaders_resource_locationcharacterGame scoring leaders resource location.
game_scoring_leaders_resource_routecharacterGame scoring leaders resource route.
game_scoring_leaders_resource_pathcharacterGame scoring leaders resource path.
game_scoring_leaders_resource_summarycharacterGame scoring leaders resource summary.
game_scoring_leaders_resource_notescharacterGame scoring leaders resource notes.
game_scoring_leaders_resource_versions_allowedcharacterGame scoring leaders resource versions allowed.
game_scoring_leaders_resource_versions_currentcharacterGame scoring leaders resource versions current.
game_scoring_leaders_resource_methodscharacterGame scoring leaders resource methods.
game_scoring_leaders_resource_formatscharacterGame scoring leaders resource formats.
game_scoring_leaders_resource_parameterscharacterGame scoring leaders resource parameters.
game_scoring_leaders_resource_auth_settings_require_authlogicalGame scoring leaders resource auth settings require auth.
game_scoring_leaders_resource_auth_settings_allow_onlycharacterGame scoring leaders resource auth settings allow only.
game_scoring_leaders_resource_resource_cache_nscharacterGame scoring leaders resource resource cache ns.
game_scoring_leaders_resource_resource_cache_cache_keyscharacterGame scoring leaders resource resource cache cache keys.
game_scoring_leaders_resource_resource_cache_cache_busterintegerGame scoring leaders resource resource cache cache buster.
game_scoring_leaders_resource_expiration_message_object_key_namecharacterGame scoring leaders resource expiration message object key name.
game_scoring_player_stats_resource_locationcharacterGame scoring player stats resource location.
game_scoring_player_stats_resource_routecharacterGame scoring player stats resource route.
game_scoring_player_stats_resource_pathcharacterGame scoring player stats resource path.
game_scoring_player_stats_resource_summarycharacterGame scoring player stats resource summary.
game_scoring_player_stats_resource_notescharacterGame scoring player stats resource notes.
game_scoring_player_stats_resource_versions_allowedcharacterGame scoring player stats resource versions allowed.
game_scoring_player_stats_resource_versions_currentcharacterGame scoring player stats resource versions current.
game_scoring_player_stats_resource_methodscharacterGame scoring player stats resource methods.
game_scoring_player_stats_resource_formatscharacterGame scoring player stats resource formats.
game_scoring_player_stats_resource_parameterscharacterGame scoring player stats resource parameters.
game_scoring_player_stats_resource_auth_settings_require_authlogicalGame scoring player stats resource auth settings require auth.
game_scoring_player_stats_resource_auth_settings_allow_onlycharacterGame scoring player stats resource auth settings allow only.
game_scoring_player_stats_resource_resource_cache_nscharacterGame scoring player stats resource resource cache ns.
game_scoring_player_stats_resource_resource_cache_cache_keyscharacterGame scoring player stats resource resource cache cache keys.
game_scoring_player_stats_resource_resource_cache_cache_busterintegerGame scoring player stats resource resource cache cache buster.
game_scoring_player_stats_resource_expiration_message_object_key_namecharacterGame scoring player stats resource expiration message object key name.
game_scoring_scoreboard_resource_locationcharacterGame scoring scoreboard resource location.
game_scoring_scoreboard_resource_routecharacterGame scoring scoreboard resource route.
game_scoring_scoreboard_resource_pathcharacterGame scoring scoreboard resource path.
game_scoring_scoreboard_resource_summarycharacterGame scoring scoreboard resource summary.
game_scoring_scoreboard_resource_notescharacterGame scoring scoreboard resource notes.
game_scoring_scoreboard_resource_versions_allowedcharacterGame scoring scoreboard resource versions allowed.
game_scoring_scoreboard_resource_versions_currentcharacterGame scoring scoreboard resource versions current.
game_scoring_scoreboard_resource_methodscharacterGame scoring scoreboard resource methods.
game_scoring_scoreboard_resource_formatscharacterGame scoring scoreboard resource formats.
game_scoring_scoreboard_resource_parameterscharacterGame scoring scoreboard resource parameters.
game_scoring_scoreboard_resource_auth_settings_require_authlogicalGame scoring scoreboard resource auth settings require auth.
game_scoring_scoreboard_resource_auth_settings_allow_onlycharacterGame scoring scoreboard resource auth settings allow only.
game_scoring_scoreboard_resource_resource_cache_nscharacterGame scoring scoreboard resource resource cache ns.
game_scoring_scoreboard_resource_resource_cache_cache_keyscharacterGame scoring scoreboard resource resource cache cache keys.
game_scoring_scoreboard_resource_resource_cache_cache_busterintegerGame scoring scoreboard resource resource cache cache buster.
game_scoring_scoreboard_resource_expiration_message_object_key_namecharacterGame scoring scoreboard resource expiration message object key name.
game_scoring_scores_resource_locationcharacterGame scoring scores resource location.
game_scoring_scores_resource_routecharacterGame scoring scores resource route.
game_scoring_scores_resource_pathcharacterGame scoring scores resource path.
game_scoring_scores_resource_summarycharacterGame scoring scores resource summary.
game_scoring_scores_resource_notescharacterGame scoring scores resource notes.
game_scoring_scores_resource_versions_allowedcharacterGame scoring scores resource versions allowed.
game_scoring_scores_resource_versions_currentcharacterGame scoring scores resource versions current.
game_scoring_scores_resource_methodscharacterGame scoring scores resource methods.
game_scoring_scores_resource_formatscharacterGame scoring scores resource formats.
game_scoring_scores_resource_parameterscharacterGame scoring scores resource parameters.
game_scoring_scores_resource_auth_settings_require_authlogicalGame scoring scores resource auth settings require auth.
game_scoring_scores_resource_auth_settings_allow_onlycharacterGame scoring scores resource auth settings allow only.
game_scoring_scores_resource_resource_cache_nscharacterGame scoring scores resource resource cache ns.
game_scoring_scores_resource_resource_cache_cache_keyscharacterGame scoring scores resource resource cache cache keys.
game_scoring_scores_resource_resource_cache_cache_busterintegerGame scoring scores resource resource cache cache buster.
game_scoring_scores_resource_expiration_message_object_key_namecharacterGame scoring scores resource expiration message object key name.
game_scoring_ytd_player_stats_resource_locationcharacterGame scoring year-to-date player stats resource location.
game_scoring_ytd_player_stats_resource_routecharacterGame scoring year-to-date player stats resource route.
game_scoring_ytd_player_stats_resource_pathcharacterGame scoring year-to-date player stats resource path.
game_scoring_ytd_player_stats_resource_summarycharacterGame scoring year-to-date player stats resource summary.
game_scoring_ytd_player_stats_resource_notescharacterGame scoring year-to-date player stats resource notes.
game_scoring_ytd_player_stats_resource_versions_allowedcharacterGame scoring year-to-date player stats resource versions allowed.
game_scoring_ytd_player_stats_resource_versions_currentcharacterGame scoring year-to-date player stats resource versions current.
game_scoring_ytd_player_stats_resource_methodscharacterGame scoring year-to-date player stats resource methods.
game_scoring_ytd_player_stats_resource_formatscharacterGame scoring year-to-date player stats resource formats.
game_scoring_ytd_player_stats_resource_parameterscharacterGame scoring year-to-date player stats resource parameters.
game_scoring_ytd_player_stats_resource_auth_settings_require_authlogicalGame scoring year-to-date player stats resource auth settings require auth.
game_scoring_ytd_player_stats_resource_auth_settings_allow_onlycharacterGame scoring year-to-date player stats resource auth settings allow only.
game_scoring_ytd_player_stats_resource_resource_cache_nscharacterGame scoring year-to-date player stats resource resource cache ns.
game_scoring_ytd_player_stats_resource_resource_cache_cache_keyscharacterGame scoring year-to-date player stats resource resource cache cache keys.
game_scoring_ytd_player_stats_resource_resource_cache_cache_busterintegerGame scoring year-to-date player stats resource resource cache cache buster.
game_scoring_ytd_player_stats_resource_expiration_message_object_key_namecharacterGame scoring year-to-date player stats resource expiration message object key name.
game_scoring_plays_resource_locationcharacterGame scoring plays resource location.
game_scoring_plays_resource_routecharacterGame scoring plays resource route.
game_scoring_plays_resource_pathcharacterGame scoring plays resource path.
game_scoring_plays_resource_summarycharacterGame scoring plays resource summary.
game_scoring_plays_resource_notescharacterGame scoring plays resource notes.
game_scoring_plays_resource_versions_allowedcharacterGame scoring plays resource versions allowed.
game_scoring_plays_resource_versions_currentcharacterGame scoring plays resource versions current.
game_scoring_plays_resource_methodscharacterGame scoring plays resource methods.
game_scoring_plays_resource_formatscharacterGame scoring plays resource formats.
game_scoring_plays_resource_parameterscharacterGame scoring plays resource parameters.
game_scoring_plays_resource_auth_settings_require_authlogicalGame scoring plays resource auth settings require auth.
game_scoring_plays_resource_auth_settings_allow_onlycharacterGame scoring plays resource auth settings allow only.
game_scoring_plays_resource_resource_cache_nscharacterGame scoring plays resource resource cache ns.
game_scoring_plays_resource_resource_cache_cache_keyscharacterGame scoring plays resource resource cache cache keys.
game_scoring_plays_resource_resource_cache_cache_busterintegerGame scoring plays resource resource cache cache buster.
game_scoring_plays_resource_expiration_message_object_key_namecharacterGame scoring plays resource expiration message object key name.
game_scoring_drives_resource_locationcharacterGame scoring drives resource location.
game_scoring_drives_resource_routecharacterGame scoring drives resource route.
game_scoring_drives_resource_pathcharacterGame scoring drives resource path.
game_scoring_drives_resource_summarycharacterGame scoring drives resource summary.
game_scoring_drives_resource_notescharacterGame scoring drives resource notes.
game_scoring_drives_resource_versions_allowedcharacterGame scoring drives resource versions allowed.
game_scoring_drives_resource_versions_currentcharacterGame scoring drives resource versions current.
game_scoring_drives_resource_methodscharacterGame scoring drives resource methods.
game_scoring_drives_resource_formatscharacterGame scoring drives resource formats.
game_scoring_drives_resource_parameterscharacterGame scoring drives resource parameters.
game_scoring_drives_resource_auth_settings_require_authlogicalGame scoring drives resource auth settings require auth.
game_scoring_drives_resource_auth_settings_allow_onlycharacterGame scoring drives resource auth settings allow only.
game_scoring_drives_resource_resource_cache_nscharacterGame scoring drives resource resource cache ns.
game_scoring_drives_resource_resource_cache_cache_keyscharacterGame scoring drives resource resource cache cache keys.
game_scoring_drives_resource_resource_cache_cache_busterintegerGame scoring drives resource resource cache cache buster.
game_scoring_drives_resource_expiration_message_object_key_namecharacterGame scoring drives resource expiration message object key name.
game_scoring_rosters_resource_locationcharacterGame scoring rosters resource location.
game_scoring_rosters_resource_routecharacterGame scoring rosters resource route.
game_scoring_rosters_resource_pathcharacterGame scoring rosters resource path.
game_scoring_rosters_resource_summarycharacterGame scoring rosters resource summary.
game_scoring_rosters_resource_notescharacterGame scoring rosters resource notes.
game_scoring_rosters_resource_versions_allowedcharacterGame scoring rosters resource versions allowed.
game_scoring_rosters_resource_versions_currentcharacterGame scoring rosters resource versions current.
game_scoring_rosters_resource_methodscharacterGame scoring rosters resource methods.
game_scoring_rosters_resource_formatscharacterGame scoring rosters resource formats.
game_scoring_rosters_resource_parameterscharacterGame scoring rosters resource parameters.
game_scoring_rosters_resource_auth_settings_require_authlogicalGame scoring rosters resource auth settings require auth.
game_scoring_rosters_resource_auth_settings_allow_onlycharacterGame scoring rosters resource auth settings allow only.
game_scoring_rosters_resource_resource_cache_nscharacterGame scoring rosters resource resource cache ns.
game_scoring_rosters_resource_resource_cache_cache_keyscharacterGame scoring rosters resource resource cache cache keys.
game_scoring_rosters_resource_resource_cache_cache_busterintegerGame scoring rosters resource resource cache cache buster.
game_scoring_rosters_resource_expiration_message_object_key_namecharacterGame scoring rosters resource expiration message object key name.
recruit_rankings_resource_locationcharacterRecruit rankings resource location.
recruit_rankings_resource_routecharacterRecruit rankings resource route.
recruit_rankings_resource_pathcharacterRecruit rankings resource path.
recruit_rankings_resource_summarycharacterRecruit rankings resource summary.
recruit_rankings_resource_notescharacterRecruit rankings resource notes.
recruit_rankings_resource_versions_allowedcharacterRecruit rankings resource versions allowed.
recruit_rankings_resource_versions_currentcharacterRecruit rankings resource versions current.
recruit_rankings_resource_methodscharacterRecruit rankings resource methods.
recruit_rankings_resource_formatscharacterRecruit rankings resource formats.
recruit_rankings_resource_parameterscharacterRecruit rankings resource parameters.
recruit_rankings_resource_auth_settings_require_authlogicalRecruit rankings resource auth settings require auth.
recruit_rankings_resource_auth_settings_allow_onlycharacterRecruit rankings resource auth settings allow only.
recruit_rankings_resource_resource_cache_nscharacterRecruit rankings resource resource cache ns.
recruit_rankings_resource_resource_cache_cache_keyscharacterRecruit rankings resource resource cache cache keys.
recruit_rankings_resource_resource_cache_cache_busterintegerRecruit rankings resource resource cache cache buster.
recruit_rankings_resource_expiration_message_object_key_namecharacterRecruit rankings resource expiration message object key name.
coach_rankings_resource_locationcharacterCoach rankings resource location.
coach_rankings_resource_routecharacterCoach rankings resource route.
coach_rankings_resource_pathcharacterCoach rankings resource path.
coach_rankings_resource_summarycharacterCoach rankings resource summary.
coach_rankings_resource_notescharacterCoach rankings resource notes.
coach_rankings_resource_versions_allowedcharacterCoach rankings resource versions allowed.
coach_rankings_resource_versions_currentcharacterCoach rankings resource versions current.
coach_rankings_resource_methodscharacterCoach rankings resource methods.
coach_rankings_resource_formatscharacterCoach rankings resource formats.
coach_rankings_resource_parameterscharacterCoach rankings resource parameters.
coach_rankings_resource_auth_settings_require_authlogicalCoach rankings resource auth settings require auth.
coach_rankings_resource_auth_settings_allow_onlycharacterCoach rankings resource auth settings allow only.
coach_rankings_resource_resource_cache_nscharacterCoach rankings resource resource cache ns.
coach_rankings_resource_resource_cache_cache_keyscharacterCoach rankings resource resource cache cache keys.
coach_rankings_resource_resource_cache_cache_busterintegerCoach rankings resource resource cache cache buster.
coach_rankings_resource_expiration_message_object_key_namecharacterCoach rankings resource expiration message object key name.
player_golf_metadata_resource_locationcharacterPlayer golf metadata resource location.
player_golf_metadata_resource_routecharacterPlayer golf metadata resource route.
player_golf_metadata_resource_pathcharacterPlayer golf metadata resource path.
player_golf_metadata_resource_summarycharacterPlayer golf metadata resource summary.
player_golf_metadata_resource_notescharacterPlayer golf metadata resource notes.
player_golf_metadata_resource_versions_allowedcharacterPlayer golf metadata resource versions allowed.
player_golf_metadata_resource_versions_currentcharacterPlayer golf metadata resource versions current.
player_golf_metadata_resource_methodscharacterPlayer golf metadata resource methods.
player_golf_metadata_resource_formatscharacterPlayer golf metadata resource formats.
player_golf_metadata_resource_parameterscharacterPlayer golf metadata resource parameters.
player_golf_metadata_resource_auth_settings_require_authlogicalPlayer golf metadata resource auth settings require auth.
player_golf_metadata_resource_auth_settings_allow_onlycharacterPlayer golf metadata resource auth settings allow only.
player_golf_metadata_resource_resource_cache_nscharacterPlayer golf metadata resource resource cache ns.
player_golf_metadata_resource_resource_cache_cache_keyscharacterPlayer golf metadata resource resource cache cache keys.
player_golf_metadata_resource_resource_cache_cache_busterintegerPlayer golf metadata resource resource cache cache buster.
player_golf_metadata_resource_expiration_message_object_key_namecharacterPlayer golf metadata resource expiration message object key name.
game_scoring_ytd_team_stats_resource_locationcharacterGame scoring year-to-date team stats resource location.
game_scoring_ytd_team_stats_resource_routecharacterGame scoring year-to-date team stats resource route.
game_scoring_ytd_team_stats_resource_pathcharacterGame scoring year-to-date team stats resource path.
game_scoring_ytd_team_stats_resource_summarycharacterGame scoring year-to-date team stats resource summary.
game_scoring_ytd_team_stats_resource_notescharacterGame scoring year-to-date team stats resource notes.
game_scoring_ytd_team_stats_resource_versions_allowedcharacterGame scoring year-to-date team stats resource versions allowed.
game_scoring_ytd_team_stats_resource_versions_currentcharacterGame scoring year-to-date team stats resource versions current.
game_scoring_ytd_team_stats_resource_methodscharacterGame scoring year-to-date team stats resource methods.
game_scoring_ytd_team_stats_resource_formatscharacterGame scoring year-to-date team stats resource formats.
game_scoring_ytd_team_stats_resource_parameterscharacterGame scoring year-to-date team stats resource parameters.
game_scoring_ytd_team_stats_resource_auth_settings_require_authlogicalGame scoring year-to-date team stats resource auth settings require auth.
game_scoring_ytd_team_stats_resource_auth_settings_allow_onlycharacterGame scoring year-to-date team stats resource auth settings allow only.
game_scoring_ytd_team_stats_resource_resource_cache_nscharacterGame scoring year-to-date team stats resource resource cache ns.
game_scoring_ytd_team_stats_resource_resource_cache_cache_keyscharacterGame scoring year-to-date team stats resource resource cache cache keys.
game_scoring_ytd_team_stats_resource_resource_cache_cache_busterintegerGame scoring year-to-date team stats resource resource cache cache buster.
game_scoring_ytd_team_stats_resource_expiration_message_object_key_namecharacterGame scoring year-to-date team stats resource expiration message object key name.
game_scoring_team_stats_resource_locationcharacterGame scoring team stats resource location.
game_scoring_team_stats_resource_routecharacterGame scoring team stats resource route.
game_scoring_team_stats_resource_pathcharacterGame scoring team stats resource path.
game_scoring_team_stats_resource_summarycharacterGame scoring team stats resource summary.
game_scoring_team_stats_resource_notescharacterGame scoring team stats resource notes.
game_scoring_team_stats_resource_versions_allowedcharacterGame scoring team stats resource versions allowed.
game_scoring_team_stats_resource_versions_currentcharacterGame scoring team stats resource versions current.
game_scoring_team_stats_resource_methodscharacterGame scoring team stats resource methods.
game_scoring_team_stats_resource_formatscharacterGame scoring team stats resource formats.
game_scoring_team_stats_resource_parameterscharacterGame scoring team stats resource parameters.
game_scoring_team_stats_resource_auth_settings_require_authlogicalGame scoring team stats resource auth settings require auth.
game_scoring_team_stats_resource_auth_settings_allow_onlycharacterGame scoring team stats resource auth settings allow only.
game_scoring_team_stats_resource_resource_cache_nscharacterGame scoring team stats resource resource cache ns.
game_scoring_team_stats_resource_resource_cache_cache_keyscharacterGame scoring team stats resource resource cache cache keys.
game_scoring_team_stats_resource_resource_cache_cache_busterintegerGame scoring team stats resource resource cache cache buster.
game_scoring_team_stats_resource_expiration_message_object_key_namecharacterGame scoring team stats resource expiration message object key name.
game_scoring_winprob_resource_locationcharacterGame scoring winprob resource location.
game_scoring_winprob_resource_routecharacterGame scoring winprob resource route.
game_scoring_winprob_resource_pathcharacterGame scoring winprob resource path.
game_scoring_winprob_resource_summarycharacterGame scoring winprob resource summary.
game_scoring_winprob_resource_notescharacterGame scoring winprob resource notes.
game_scoring_winprob_resource_versions_allowedcharacterGame scoring winprob resource versions allowed.
game_scoring_winprob_resource_versions_currentcharacterGame scoring winprob resource versions current.
game_scoring_winprob_resource_methodscharacterGame scoring winprob resource methods.
game_scoring_winprob_resource_formatscharacterGame scoring winprob resource formats.
game_scoring_winprob_resource_parameterscharacterGame scoring winprob resource parameters.
game_scoring_winprob_resource_auth_settings_require_authlogicalGame scoring winprob resource auth settings require auth.
game_scoring_winprob_resource_auth_settings_allow_onlycharacterGame scoring winprob resource auth settings allow only.
game_scoring_winprob_resource_resource_cache_nscharacterGame scoring winprob resource resource cache ns.
game_scoring_winprob_resource_resource_cache_cache_keyscharacterGame scoring winprob resource resource cache cache keys.
game_scoring_winprob_resource_resource_cache_cache_busterintegerGame scoring winprob resource resource cache cache buster.
game_scoring_winprob_resource_expiration_message_object_key_namecharacterGame scoring winprob resource expiration message object key name.
game_rtwp_resource_locationcharacterGame real-time win probability resource location.
game_rtwp_resource_routecharacterGame real-time win probability resource route.
game_rtwp_resource_pathcharacterGame real-time win probability resource path.
game_rtwp_resource_summarycharacterGame real-time win probability resource summary.
game_rtwp_resource_notescharacterGame real-time win probability resource notes.
game_rtwp_resource_versions_allowedcharacterGame real-time win probability resource versions allowed.
game_rtwp_resource_versions_currentcharacterGame real-time win probability resource versions current.
game_rtwp_resource_methodscharacterGame real-time win probability resource methods.
game_rtwp_resource_formatscharacterGame real-time win probability resource formats.
game_rtwp_resource_parameterscharacterGame real-time win probability resource parameters.
game_rtwp_resource_auth_settings_require_authlogicalGame real-time win probability resource auth settings require auth.
game_rtwp_resource_auth_settings_allow_onlycharacterGame real-time win probability resource auth settings allow only.
game_rtwp_resource_resource_cache_nscharacterGame real-time win probability resource resource cache ns.
game_rtwp_resource_resource_cache_cache_keyscharacterGame real-time win probability resource resource cache cache keys.
game_rtwp_resource_resource_cache_cache_busterintegerGame real-time win probability resource resource cache cache buster.
game_rtwp_resource_expiration_message_object_key_namecharacterGame real-time win probability resource expiration message object key name.
game_ticket_resource_locationcharacterGame ticket resource location.
game_ticket_resource_routecharacterGame ticket resource route.
game_ticket_resource_pathcharacterGame ticket resource path.
game_ticket_resource_summarycharacterGame ticket resource summary.
game_ticket_resource_notescharacterGame ticket resource notes.
game_ticket_resource_versions_allowedcharacterGame ticket resource versions allowed.
game_ticket_resource_versions_currentcharacterGame ticket resource versions current.
game_ticket_resource_methodscharacterGame ticket resource methods.
game_ticket_resource_formatscharacterGame ticket resource formats.
game_ticket_resource_parameterscharacterGame ticket resource parameters.
game_ticket_resource_auth_settings_require_authlogicalGame ticket resource auth settings require auth.
game_ticket_resource_auth_settings_allow_onlycharacterGame ticket resource auth settings allow only.
game_ticket_resource_resource_cache_nscharacterGame ticket resource resource cache ns.
game_ticket_resource_resource_cache_cache_keyscharacterGame ticket resource resource cache cache keys.
game_ticket_resource_resource_cache_cache_busterintegerGame ticket resource resource cache cache buster.
game_ticket_resource_expiration_message_object_key_namecharacterGame ticket resource expiration message object key name.
game_content_preview_resource_locationcharacterGame content preview resource location.
game_content_preview_resource_routecharacterGame content preview resource route.
game_content_preview_resource_pathcharacterGame content preview resource path.
game_content_preview_resource_summarycharacterGame content preview resource summary.
game_content_preview_resource_notescharacterGame content preview resource notes.
game_content_preview_resource_versions_allowedcharacterGame content preview resource versions allowed.
game_content_preview_resource_versions_currentcharacterGame content preview resource versions current.
game_content_preview_resource_methodscharacterGame content preview resource methods.
game_content_preview_resource_formatscharacterGame content preview resource formats.
game_content_preview_resource_parameterscharacterGame content preview resource parameters.
game_content_preview_resource_auth_settings_require_authlogicalGame content preview resource auth settings require auth.
game_content_preview_resource_auth_settings_allow_onlycharacterGame content preview resource auth settings allow only.
game_content_preview_resource_resource_cache_nscharacterGame content preview resource resource cache ns.
game_content_preview_resource_resource_cache_cache_keyscharacterGame content preview resource resource cache cache keys.
game_content_preview_resource_resource_cache_cache_busterintegerGame content preview resource resource cache cache buster.
game_content_preview_resource_expiration_message_object_key_namecharacterGame content preview resource expiration message object key name.
game_content_recap_resource_locationcharacterGame content recap resource location.
game_content_recap_resource_routecharacterGame content recap resource route.
game_content_recap_resource_pathcharacterGame content recap resource path.
game_content_recap_resource_summarycharacterGame content recap resource summary.
game_content_recap_resource_notescharacterGame content recap resource notes.
game_content_recap_resource_versions_allowedcharacterGame content recap resource versions allowed.
game_content_recap_resource_versions_currentcharacterGame content recap resource versions current.
game_content_recap_resource_methodscharacterGame content recap resource methods.
game_content_recap_resource_formatscharacterGame content recap resource formats.
game_content_recap_resource_parameterscharacterGame content recap resource parameters.
game_content_recap_resource_auth_settings_require_authlogicalGame content recap resource auth settings require auth.
game_content_recap_resource_auth_settings_allow_onlycharacterGame content recap resource auth settings allow only.
game_content_recap_resource_resource_cache_nscharacterGame content recap resource resource cache ns.
game_content_recap_resource_resource_cache_cache_keyscharacterGame content recap resource resource cache cache keys.
game_content_recap_resource_resource_cache_cache_busterintegerGame content recap resource resource cache cache buster.
game_content_recap_resource_expiration_message_object_key_namecharacterGame content recap resource expiration message object key name.
game_content_story_resource_locationcharacterGame content story resource location.
game_content_story_resource_routecharacterGame content story resource route.
game_content_story_resource_pathcharacterGame content story resource path.
game_content_story_resource_summarycharacterGame content story resource summary.
game_content_story_resource_notescharacterGame content story resource notes.
game_content_story_resource_versions_allowedcharacterGame content story resource versions allowed.
game_content_story_resource_versions_currentcharacterGame content story resource versions current.
game_content_story_resource_methodscharacterGame content story resource methods.
game_content_story_resource_formatscharacterGame content story resource formats.
game_content_story_resource_parameterscharacterGame content story resource parameters.
game_content_story_resource_auth_settings_require_authlogicalGame content story resource auth settings require auth.
game_content_story_resource_auth_settings_allow_onlycharacterGame content story resource auth settings allow only.
game_content_story_resource_resource_cache_nscharacterGame content story resource resource cache ns.
game_content_story_resource_resource_cache_cache_keyscharacterGame content story resource resource cache cache keys.
game_content_story_resource_resource_cache_cache_busterintegerGame content story resource resource cache cache buster.
game_content_story_resource_expiration_message_object_key_namecharacterGame content story resource expiration message object key name.
game_scoring_boxscores_resource_locationcharacterGame scoring boxscores resource location.
game_scoring_boxscores_resource_routecharacterGame scoring boxscores resource route.
game_scoring_boxscores_resource_pathcharacterGame scoring boxscores resource path.
game_scoring_boxscores_resource_summarycharacterGame scoring boxscores resource summary.
game_scoring_boxscores_resource_notescharacterGame scoring boxscores resource notes.
game_scoring_boxscores_resource_versions_allowedcharacterGame scoring boxscores resource versions allowed.
game_scoring_boxscores_resource_versions_currentcharacterGame scoring boxscores resource versions current.
game_scoring_boxscores_resource_methodscharacterGame scoring boxscores resource methods.
game_scoring_boxscores_resource_formatscharacterGame scoring boxscores resource formats.
game_scoring_boxscores_resource_parameterscharacterGame scoring boxscores resource parameters.
game_scoring_boxscores_resource_auth_settings_require_authlogicalGame scoring boxscores resource auth settings require auth.
game_scoring_boxscores_resource_auth_settings_allow_onlycharacterGame scoring boxscores resource auth settings allow only.
game_scoring_boxscores_resource_resource_cache_nscharacterGame scoring boxscores resource resource cache ns.
game_scoring_boxscores_resource_resource_cache_cache_keyscharacterGame scoring boxscores resource resource cache cache keys.
game_scoring_boxscores_resource_resource_cache_cache_busterintegerGame scoring boxscores resource resource cache cache buster.
game_scoring_boxscores_resource_expiration_message_object_key_namecharacterGame scoring boxscores resource expiration message object key name.
event_leaderboard_resource_locationcharacterEvent leaderboard resource location.
event_leaderboard_resource_routecharacterEvent leaderboard resource route.
event_leaderboard_resource_pathcharacterEvent leaderboard resource path.
event_leaderboard_resource_summarycharacterEvent leaderboard resource summary.
event_leaderboard_resource_notescharacterEvent leaderboard resource notes.
event_leaderboard_resource_versions_allowedcharacterEvent leaderboard resource versions allowed.
event_leaderboard_resource_versions_currentcharacterEvent leaderboard resource versions current.
event_leaderboard_resource_methodscharacterEvent leaderboard resource methods.
event_leaderboard_resource_formatscharacterEvent leaderboard resource formats.
event_leaderboard_resource_parameterscharacterEvent leaderboard resource parameters.
event_leaderboard_resource_auth_settings_require_authlogicalEvent leaderboard resource auth settings require auth.
event_leaderboard_resource_auth_settings_allow_onlycharacterEvent leaderboard resource auth settings allow only.
event_leaderboard_resource_resource_cache_nscharacterEvent leaderboard resource resource cache ns.
event_leaderboard_resource_resource_cache_cache_keyscharacterEvent leaderboard resource resource cache cache keys.
event_leaderboard_resource_resource_cache_cache_busterintegerEvent leaderboard resource resource cache cache buster.
event_leaderboard_resource_expiration_message_object_key_namecharacterEvent leaderboard resource expiration message object key name.
probable_players_resource_locationcharacterProbable players resource location.
probable_players_resource_routecharacterProbable players resource route.
probable_players_resource_pathcharacterProbable players resource path.
probable_players_resource_summarycharacterProbable players resource summary.
probable_players_resource_notescharacterProbable players resource notes.
probable_players_resource_versions_allowedcharacterProbable players resource versions allowed.
probable_players_resource_versions_currentcharacterProbable players resource versions current.
probable_players_resource_methodscharacterProbable players resource methods.
probable_players_resource_formatscharacterProbable players resource formats.
probable_players_resource_parameterscharacterProbable players resource parameters.
probable_players_resource_auth_settings_require_authlogicalProbable players resource auth settings require auth.
probable_players_resource_auth_settings_allow_onlycharacterProbable players resource auth settings allow only.
probable_players_resource_resource_cache_nscharacterProbable players resource resource cache ns.
probable_players_resource_resource_cache_cache_keyscharacterProbable players resource resource cache cache keys.
probable_players_resource_resource_cache_cache_busterintegerProbable players resource resource cache cache buster.
probable_players_resource_expiration_message_object_key_namecharacterProbable players resource expiration message object key name.
conference_resource_locationcharacterConference resource location.
conference_resource_routescharacterConference resource routes.
conference_resource_pathscharacterConference resource paths.
conference_resource_summarycharacterConference resource summary.
conference_resource_notescharacterConference resource notes.
conference_resource_versions_allowedcharacterConference resource versions allowed.
conference_resource_versions_currentcharacterConference resource versions current.
conference_resource_methodscharacterConference resource methods.
conference_resource_formatscharacterConference resource formats.
conference_resource_parameterscharacterConference resource parameters.
conference_resource_auth_settings_require_authlogicalConference resource auth settings require auth.
conference_resource_auth_settings_allow_onlycharacterConference resource auth settings allow only.
conference_resource_resource_cache_nscharacterConference resource resource cache ns.
conference_resource_resource_cache_cache_keyscharacterConference resource resource cache cache keys.
conference_resource_resource_cache_cache_busterintegerConference resource resource cache cache buster.
conference_resource_expiration_message_object_key_namecharacterConference resource expiration message object key name.
division_resource_locationcharacterDivision resource location.
division_resource_routescharacterDivision resource routes.
division_resource_pathscharacterDivision resource paths.
division_resource_summarycharacterDivision resource summary.
division_resource_notescharacterDivision resource notes.
division_resource_versions_allowedcharacterDivision resource versions allowed.
division_resource_versions_currentcharacterDivision resource versions current.
division_resource_methodscharacterDivision resource methods.
division_resource_formatscharacterDivision resource formats.
division_resource_parameterscharacterDivision resource parameters.
division_resource_auth_settings_require_authlogicalDivision resource auth settings require auth.
division_resource_auth_settings_allow_onlycharacterDivision resource auth settings allow only.
division_resource_resource_cache_nscharacterDivision resource resource cache ns.
division_resource_resource_cache_cache_keyscharacterDivision resource resource cache cache keys.
division_resource_resource_cache_cache_busterintegerDivision resource resource cache cache buster.
division_resource_expiration_message_object_key_namecharacterDivision resource expiration message object key name.
sub_divisions_resource_locationcharacterSub divisions resource location.
sub_divisions_resource_routecharacterSub divisions resource route.
sub_divisions_resource_pathcharacterSub divisions resource path.
sub_divisions_resource_summarycharacterSub divisions resource summary.
sub_divisions_resource_notescharacterSub divisions resource notes.
sub_divisions_resource_versions_allowedcharacterSub divisions resource versions allowed.
sub_divisions_resource_versions_currentcharacterSub divisions resource versions current.
sub_divisions_resource_methodscharacterSub divisions resource methods.
sub_divisions_resource_formatscharacterSub divisions resource formats.
sub_divisions_resource_parameterscharacterSub divisions resource parameters.
sub_divisions_resource_auth_settings_require_authlogicalSub divisions resource auth settings require auth.
sub_divisions_resource_auth_settings_allow_onlycharacterSub divisions resource auth settings allow only.
sub_divisions_resource_resource_cache_nscharacterSub divisions resource resource cache ns.
sub_divisions_resource_resource_cache_cache_keyscharacterSub divisions resource resource cache cache keys.
sub_divisions_resource_resource_cache_cache_busterintegerSub divisions resource resource cache cache buster.
sub_divisions_resource_expiration_message_object_key_namecharacterSub divisions resource expiration message object key name.
sport_resource_locationcharacterSport resource location.
sport_resource_routecharacterSport resource route.
sport_resource_pathcharacterSport resource path.
sport_resource_summarycharacterSport resource summary.
sport_resource_notescharacterSport resource notes.
sport_resource_versions_allowedcharacterSport resource versions allowed.
sport_resource_versions_currentcharacterSport resource versions current.
sport_resource_methodscharacterSport resource methods.
sport_resource_formatscharacterSport resource formats.
sport_resource_parameterscharacterSport resource parameters.
sport_resource_auth_settings_require_authlogicalSport resource auth settings require auth.
sport_resource_auth_settings_allow_onlycharacterSport resource auth settings allow only.
sport_resource_resource_cache_nscharacterSport resource resource cache ns.
sport_resource_resource_cache_cache_keyscharacterSport resource resource cache cache keys.
sport_resource_resource_cache_cache_busterintegerSport resource resource cache cache buster.
sport_resource_expiration_messagecharacterSport resource expiration message.
sport_leagues_resource_locationcharacterSport leagues resource location.
sport_leagues_resource_routecharacterSport leagues resource route.
sport_leagues_resource_pathcharacterSport leagues resource path.
sport_leagues_resource_summarycharacterSport leagues resource summary.
sport_leagues_resource_notescharacterSport leagues resource notes.
sport_leagues_resource_versions_allowedcharacterSport leagues resource versions allowed.
sport_leagues_resource_versions_currentcharacterSport leagues resource versions current.
sport_leagues_resource_methodscharacterSport leagues resource methods.
sport_leagues_resource_formatscharacterSport leagues resource formats.
sport_leagues_resource_parameterscharacterSport leagues resource parameters.
sport_leagues_resource_auth_settings_require_authlogicalSport leagues resource auth settings require auth.
sport_leagues_resource_auth_settings_allow_onlycharacterSport leagues resource auth settings allow only.
sport_leagues_resource_resource_cache_nscharacterSport leagues resource resource cache ns.
sport_leagues_resource_resource_cache_cache_keyscharacterSport leagues resource resource cache cache keys.
sport_leagues_resource_resource_cache_cache_busterintegerSport leagues resource resource cache cache buster.
sport_leagues_resource_expiration_messagecharacterSport leagues resource expiration message.
baseball_player_meta_resource_locationcharacterBaseball player meta resource location.
baseball_player_meta_resource_routecharacterBaseball player meta resource route.
baseball_player_meta_resource_pathcharacterBaseball player meta resource path.
baseball_player_meta_resource_summarycharacterBaseball player meta resource summary.
baseball_player_meta_resource_notescharacterBaseball player meta resource notes.
baseball_player_meta_resource_versions_allowedcharacterBaseball player meta resource versions allowed.
baseball_player_meta_resource_versions_currentcharacterBaseball player meta resource versions current.
baseball_player_meta_resource_methodscharacterBaseball player meta resource methods.
baseball_player_meta_resource_formatscharacterBaseball player meta resource formats.
baseball_player_meta_resource_parameterscharacterBaseball player meta resource parameters.
baseball_player_meta_resource_auth_settings_require_authlogicalBaseball player meta resource auth settings require auth.
baseball_player_meta_resource_auth_settings_allow_onlycharacterBaseball player meta resource auth settings allow only.
baseball_player_meta_resource_resource_cache_nscharacterBaseball player meta resource resource cache ns.
baseball_player_meta_resource_resource_cache_cache_keyscharacterBaseball player meta resource resource cache cache keys.
baseball_player_meta_resource_resource_cache_cache_busterintegerBaseball player meta resource resource cache cache buster.
baseball_player_meta_resource_expiration_message_object_key_namecharacterBaseball player meta resource expiration message object key name.
season_resource_locationcharacterSeason resource location.
season_resource_routecharacterSeason resource route.
season_resource_pathcharacterSeason resource path.
season_resource_summarycharacterSeason resource summary.
season_resource_notescharacterSeason resource notes.
season_resource_versions_allowedcharacterSeason resource versions allowed.
season_resource_versions_currentcharacterSeason resource versions current.
season_resource_methodscharacterSeason resource methods.
season_resource_formatscharacterSeason resource formats.
season_resource_parameterscharacterSeason resource parameters.
season_resource_auth_settings_require_authlogicalSeason resource auth settings require auth.
season_resource_auth_settings_allow_onlycharacterSeason resource auth settings allow only.
season_resource_resource_cache_nscharacterSeason resource resource cache ns.
season_resource_resource_cache_cache_keyscharacterSeason resource resource cache cache keys.
season_resource_resource_cache_cache_busterintegerSeason resource resource cache cache buster.
season_resource_expiration_message_object_key_namecharacterSeason resource expiration message object key name.
team_seasons_resource_locationcharacterTeam seasons resource location.
team_seasons_resource_routecharacterTeam seasons resource route.
team_seasons_resource_pathcharacterTeam seasons resource path.
team_seasons_resource_summarycharacterTeam seasons resource summary.
team_seasons_resource_notescharacterTeam seasons resource notes.
team_seasons_resource_versions_allowedcharacterTeam seasons resource versions allowed.
team_seasons_resource_versions_currentcharacterTeam seasons resource versions current.
team_seasons_resource_methodscharacterTeam seasons resource methods.
team_seasons_resource_formatscharacterTeam seasons resource formats.
team_seasons_resource_parameterscharacterTeam seasons resource parameters.
team_seasons_resource_auth_settings_require_authlogicalTeam seasons resource auth settings require auth.
team_seasons_resource_auth_settings_allow_onlycharacterTeam seasons resource auth settings allow only.
team_seasons_resource_resource_cache_nscharacterTeam seasons resource resource cache ns.
team_seasons_resource_resource_cache_cache_keyscharacterTeam seasons resource resource cache cache keys.
team_seasons_resource_resource_cache_cache_busterintegerTeam seasons resource resource cache cache buster.
team_seasons_resource_expiration_message_object_key_namecharacterTeam seasons resource expiration message object key name.
team_polls_resource_locationcharacterTeam polls resource location.
team_polls_resource_routecharacterTeam polls resource route.
team_polls_resource_pathcharacterTeam polls resource path.
team_polls_resource_summarycharacterTeam polls resource summary.
team_polls_resource_notescharacterTeam polls resource notes.
team_polls_resource_versions_allowedcharacterTeam polls resource versions allowed.
team_polls_resource_versions_currentcharacterTeam polls resource versions current.
team_polls_resource_methodscharacterTeam polls resource methods.
team_polls_resource_formatscharacterTeam polls resource formats.
team_polls_resource_parameterscharacterTeam polls resource parameters.
team_polls_resource_auth_settings_require_authlogicalTeam polls resource auth settings require auth.
team_polls_resource_auth_settings_allow_onlycharacterTeam polls resource auth settings allow only.
team_polls_resource_resource_cache_nscharacterTeam polls resource resource cache ns.
team_polls_resource_resource_cache_cache_keyscharacterTeam polls resource resource cache cache keys.
team_polls_resource_resource_cache_cache_busterintegerTeam polls resource resource cache cache buster.
team_polls_resource_expiration_message_object_key_namecharacterTeam polls resource expiration message object key name.
client_configuration_resource_locationcharacterClient configuration resource location.
client_configuration_resource_routecharacterClient configuration resource route.
client_configuration_resource_pathcharacterClient configuration resource path.
client_configuration_resource_summarycharacterClient configuration resource summary.
client_configuration_resource_notescharacterClient configuration resource notes.
client_configuration_resource_versions_allowedcharacterClient configuration resource versions allowed.
client_configuration_resource_versions_currentcharacterClient configuration resource versions current.
client_configuration_resource_methodscharacterClient configuration resource methods.
client_configuration_resource_formatscharacterClient configuration resource formats.
client_configuration_resource_parameterscharacterClient configuration resource parameters.
client_configuration_resource_auth_settings_require_authlogicalClient configuration resource auth settings require auth.
client_configuration_resource_resource_cache_nscharacterClient configuration resource resource cache ns.
client_configuration_resource_resource_cache_cache_keyscharacterClient configuration resource resource cache cache keys.
client_configuration_resource_resource_cache_cache_busterintegerClient configuration resource resource cache cache buster.
client_configuration_resource_expiration_message_object_key_namecharacterClient configuration resource expiration message object key name.
player_stats_resource_locationcharacterPlayer stats resource location.
player_stats_resource_routecharacterPlayer stats resource route.
player_stats_resource_pathcharacterPlayer stats resource path.
player_stats_resource_summarycharacterPlayer stats resource summary.
player_stats_resource_notescharacterPlayer stats resource notes.
player_stats_resource_versions_allowedcharacterPlayer stats resource versions allowed.
player_stats_resource_versions_currentcharacterPlayer stats resource versions current.
player_stats_resource_methodscharacterPlayer stats resource methods.
player_stats_resource_formatscharacterPlayer stats resource formats.
player_stats_resource_parameterscharacterPlayer stats resource parameters.
player_stats_resource_auth_settings_require_authlogicalPlayer stats resource auth settings require auth.
player_stats_resource_auth_settings_allow_onlycharacterPlayer stats resource auth settings allow only.
player_stats_resource_resource_cache_nscharacterPlayer stats resource resource cache ns.
player_stats_resource_resource_cache_cache_keyscharacterPlayer stats resource resource cache cache keys.
player_stats_resource_resource_cache_cache_busterintegerPlayer stats resource resource cache cache buster.
player_stats_resource_expiration_message_object_key_namecharacterPlayer stats resource expiration message object key name.
team_stats_resource_locationcharacterTeam stats resource location.
team_stats_resource_routecharacterTeam stats resource route.
team_stats_resource_pathcharacterTeam stats resource path.
team_stats_resource_summarycharacterTeam stats resource summary.
team_stats_resource_notescharacterTeam stats resource notes.
team_stats_resource_versions_allowedcharacterTeam stats resource versions allowed.
team_stats_resource_versions_currentcharacterTeam stats resource versions current.
team_stats_resource_methodscharacterTeam stats resource methods.
team_stats_resource_formatscharacterTeam stats resource formats.
team_stats_resource_parameterscharacterTeam stats resource parameters.
team_stats_resource_auth_settings_require_authlogicalTeam stats resource auth settings require auth.
team_stats_resource_auth_settings_allow_onlycharacterTeam stats resource auth settings allow only.
team_stats_resource_resource_cache_nscharacterTeam stats resource resource cache ns.
team_stats_resource_resource_cache_cache_keyscharacterTeam stats resource resource cache cache keys.
team_stats_resource_resource_cache_cache_busterintegerTeam stats resource resource cache cache buster.
team_stats_resource_expiration_message_object_key_namecharacterTeam stats resource expiration message object key name.
team_futures_resource_locationcharacterTeam futures resource location.
team_futures_resource_routecharacterTeam futures resource route.
team_futures_resource_pathcharacterTeam futures resource path.
team_futures_resource_summarycharacterTeam futures resource summary.
team_futures_resource_notescharacterTeam futures resource notes.
team_futures_resource_versions_allowedcharacterTeam futures resource versions allowed.
team_futures_resource_versions_currentcharacterTeam futures resource versions current.
team_futures_resource_methodscharacterTeam futures resource methods.
team_futures_resource_formatscharacterTeam futures resource formats.
team_futures_resource_parameterscharacterTeam futures resource parameters.
team_futures_resource_auth_settings_require_authlogicalTeam futures resource auth settings require auth.
team_futures_resource_auth_settings_allow_onlycharacterTeam futures resource auth settings allow only.
team_futures_resource_resource_cache_nscharacterTeam futures resource resource cache ns.
team_futures_resource_resource_cache_cache_keyscharacterTeam futures resource resource cache cache keys.
team_futures_resource_resource_cache_cache_busterintegerTeam futures resource resource cache cache buster.
team_futures_resource_expiration_message_object_key_namecharacterTeam futures resource expiration message object key name.
player_futures_resource_locationcharacterPlayer futures resource location.
player_futures_resource_routecharacterPlayer futures resource route.
player_futures_resource_pathcharacterPlayer futures resource path.
player_futures_resource_summarycharacterPlayer futures resource summary.
player_futures_resource_notescharacterPlayer futures resource notes.
player_futures_resource_versions_allowedcharacterPlayer futures resource versions allowed.
player_futures_resource_versions_currentcharacterPlayer futures resource versions current.
player_futures_resource_methodscharacterPlayer futures resource methods.
player_futures_resource_formatscharacterPlayer futures resource formats.
player_futures_resource_parameterscharacterPlayer futures resource parameters.
player_futures_resource_auth_settings_require_authlogicalPlayer futures resource auth settings require auth.
player_futures_resource_auth_settings_allow_onlycharacterPlayer futures resource auth settings allow only.
player_futures_resource_resource_cache_nscharacterPlayer futures resource resource cache ns.
player_futures_resource_resource_cache_cache_keyscharacterPlayer futures resource resource cache cache keys.
player_futures_resource_resource_cache_cache_busterintegerPlayer futures resource resource cache cache buster.
player_futures_resource_expiration_message_object_key_namecharacterPlayer futures resource expiration message object key name.
game_props_resource_locationcharacterGame props resource location.
game_props_resource_routecharacterGame props resource route.
game_props_resource_pathcharacterGame props resource path.
game_props_resource_summarycharacterGame props resource summary.
game_props_resource_notescharacterGame props resource notes.
game_props_resource_versions_allowedcharacterGame props resource versions allowed.
game_props_resource_versions_currentcharacterGame props resource versions current.
game_props_resource_methodscharacterGame props resource methods.
game_props_resource_formatscharacterGame props resource formats.
game_props_resource_parameterscharacterGame props resource parameters.
game_props_resource_auth_settings_require_authlogicalGame props resource auth settings require auth.
game_props_resource_auth_settings_allow_onlycharacterGame props resource auth settings allow only.
game_props_resource_resource_cache_nscharacterGame props resource resource cache ns.
game_props_resource_resource_cache_cache_keyscharacterGame props resource resource cache cache keys.
game_props_resource_resource_cache_cache_busterintegerGame props resource resource cache cache buster.
game_props_resource_expiration_message_object_key_namecharacterGame props resource expiration message object key name.
player_standings_resource_locationcharacterPlayer standings resource location.
player_standings_resource_routecharacterPlayer standings resource route.
player_standings_resource_pathcharacterPlayer standings resource path.
player_standings_resource_summarycharacterPlayer standings resource summary.
player_standings_resource_notescharacterPlayer standings resource notes.
player_standings_resource_versions_allowedcharacterPlayer standings resource versions allowed.
player_standings_resource_versions_currentcharacterPlayer standings resource versions current.
player_standings_resource_methodscharacterPlayer standings resource methods.
player_standings_resource_formatscharacterPlayer standings resource formats.
player_standings_resource_parameterscharacterPlayer standings resource parameters.
player_standings_resource_auth_settings_require_authlogicalPlayer standings resource auth settings require auth.
player_standings_resource_auth_settings_allow_onlycharacterPlayer standings resource auth settings allow only.
player_standings_resource_resource_cache_nscharacterPlayer standings resource resource cache ns.
player_standings_resource_resource_cache_cache_keyscharacterPlayer standings resource resource cache cache keys.
player_standings_resource_resource_cache_cache_busterintegerPlayer standings resource resource cache cache buster.
player_standings_resource_expiration_message_object_key_namecharacterPlayer standings resource expiration message object key name.
golf_event_markets_resource_locationcharacterGolf event markets resource location.
golf_event_markets_resource_routecharacterGolf event markets resource route.
golf_event_markets_resource_pathcharacterGolf event markets resource path.
golf_event_markets_resource_summarycharacterGolf event markets resource summary.
golf_event_markets_resource_notescharacterGolf event markets resource notes.
golf_event_markets_resource_versions_allowedcharacterGolf event markets resource versions allowed.
golf_event_markets_resource_versions_currentcharacterGolf event markets resource versions current.
golf_event_markets_resource_methodscharacterGolf event markets resource methods.
golf_event_markets_resource_formatscharacterGolf event markets resource formats.
golf_event_markets_resource_parameterscharacterGolf event markets resource parameters.
golf_event_markets_resource_auth_settings_require_authlogicalGolf event markets resource auth settings require auth.
golf_event_markets_resource_auth_settings_allow_onlycharacterGolf event markets resource auth settings allow only.
golf_event_markets_resource_resource_cache_nscharacterGolf event markets resource resource cache ns.
golf_event_markets_resource_resource_cache_cache_keyscharacterGolf event markets resource resource cache cache keys.
golf_event_markets_resource_resource_cache_cache_busterintegerGolf event markets resource resource cache cache buster.
golf_event_markets_resource_expiration_message_object_key_namecharacterGolf event markets resource expiration message object key name.
golf_player_markets_resource_locationcharacterGolf player markets resource location.
golf_player_markets_resource_routecharacterGolf player markets resource route.
golf_player_markets_resource_pathcharacterGolf player markets resource path.
golf_player_markets_resource_summarycharacterGolf player markets resource summary.
golf_player_markets_resource_notescharacterGolf player markets resource notes.
golf_player_markets_resource_versions_allowedcharacterGolf player markets resource versions allowed.
golf_player_markets_resource_versions_currentcharacterGolf player markets resource versions current.
golf_player_markets_resource_methodscharacterGolf player markets resource methods.
golf_player_markets_resource_formatscharacterGolf player markets resource formats.
golf_player_markets_resource_parameterscharacterGolf player markets resource parameters.
golf_player_markets_resource_auth_settings_require_authlogicalGolf player markets resource auth settings require auth.
golf_player_markets_resource_auth_settings_allow_onlycharacterGolf player markets resource auth settings allow only.
golf_player_markets_resource_resource_cache_nscharacterGolf player markets resource resource cache ns.
golf_player_markets_resource_resource_cache_cache_keyscharacterGolf player markets resource resource cache cache keys.
golf_player_markets_resource_resource_cache_cache_busterintegerGolf player markets resource resource cache cache buster.
golf_player_markets_resource_expiration_message_object_key_namecharacterGolf player markets resource expiration message object key name.
bulk_resource_controller_is_activelogicalBulk resource controller is active.
bulk_resource_controller_locationcharacterBulk resource controller location.
bulk_resource_controller_routecharacterBulk resource controller route.
bulk_resource_controller_pathcharacterBulk resource controller path.
bulk_resource_controller_summarycharacterBulk resource controller summary.
bulk_resource_controller_notescharacterBulk resource controller notes.
bulk_resource_controller_versions_allowedcharacterBulk resource controller versions allowed.
bulk_resource_controller_versions_currentcharacterBulk resource controller versions current.
bulk_resource_controller_methodscharacterBulk resource controller methods.
bulk_resource_controller_formatscharacterBulk resource controller formats.
bulk_resource_controller_parameterscharacterBulk resource controller parameters.
bulk_resource_controller_auth_settings_require_authlogicalBulk resource controller auth settings require auth.
bulk_resource_controller_auth_settings_allow_onlycharacterBulk resource controller auth settings allow only.
bulk_resource_controller_resource_cache_no_cachelogicalBulk resource controller resource cache no cache.
bulk_resource_controller_expiration_messagecharacterBulk resource controller expiration message.
endpoint_registry_resource_locationcharacterEndpoint registry resource location.
endpoint_registry_resource_routecharacterEndpoint registry resource route.
endpoint_registry_resource_pathcharacterEndpoint registry resource path.
endpoint_registry_resource_summarycharacterEndpoint registry resource summary.
endpoint_registry_resource_notescharacterEndpoint registry resource notes.
endpoint_registry_resource_versions_allowedcharacterEndpoint registry resource versions allowed.
endpoint_registry_resource_versions_currentcharacterEndpoint registry resource versions current.
endpoint_registry_resource_methodscharacterEndpoint registry resource methods.
endpoint_registry_resource_formatscharacterEndpoint registry resource formats.
endpoint_registry_resource_parameterscharacterEndpoint registry resource parameters.
endpoint_registry_resource_auth_settings_require_authlogicalEndpoint registry resource auth settings require auth.
endpoint_registry_resource_auth_settings_allow_onlycharacterEndpoint registry resource auth settings allow only.
endpoint_registry_resource_resource_cache_no_cachelogicalEndpoint registry resource resource cache no cache.
endpoint_registry_resource_expiration_messagecharacterEndpoint registry resource expiration message.
event_resource_locationcharacterEvent resource location.
event_resource_routecharacterEvent resource route.
event_resource_pathcharacterEvent resource path.
event_resource_summarycharacterEvent resource summary.
event_resource_notescharacterEvent resource notes.
event_resource_versions_allowedcharacterEvent resource versions allowed.
event_resource_versions_currentcharacterEvent resource versions current.
event_resource_methodscharacterEvent resource methods.
event_resource_formatscharacterEvent resource formats.
event_resource_parameterscharacterEvent resource parameters.
event_resource_auth_settings_require_authlogicalEvent resource auth settings require auth.
event_resource_auth_settings_allow_onlycharacterEvent resource auth settings allow only.
event_resource_resource_cache_nscharacterEvent resource resource cache ns.
event_resource_resource_cache_cache_keyscharacterEvent resource resource cache cache keys.
event_resource_resource_cache_cache_busterintegerEvent resource resource cache cache buster.
event_resource_expiration_message_object_key_namecharacterEvent resource expiration message object key name.
venue_resource_locationcharacterVenue resource location.
venue_resource_routecharacterVenue resource route.
venue_resource_pathcharacterVenue resource path.
venue_resource_summarycharacterVenue resource summary.
venue_resource_notescharacterVenue resource notes.
venue_resource_versions_allowedcharacterVenue resource versions allowed.
venue_resource_versions_currentcharacterVenue resource versions current.
venue_resource_methodscharacterVenue resource methods.
venue_resource_formatscharacterVenue resource formats.
venue_resource_parameterscharacterVenue resource parameters.
venue_resource_auth_settings_require_authlogicalVenue resource auth settings require auth.
venue_resource_auth_settings_allow_onlycharacterVenue resource auth settings allow only.
venue_resource_resource_cache_nscharacterVenue resource resource cache ns.
venue_resource_resource_cache_cache_keyscharacterVenue resource resource cache cache keys.
venue_resource_resource_cache_cache_busterintegerVenue resource resource cache cache buster.
venue_resource_expiration_message_object_key_namecharacterVenue resource expiration message object key name.
venue_metadata_resource_locationcharacterVenue metadata resource location.
venue_metadata_resource_routecharacterVenue metadata resource route.
venue_metadata_resource_pathcharacterVenue metadata resource path.
venue_metadata_resource_summarycharacterVenue metadata resource summary.
venue_metadata_resource_notescharacterVenue metadata resource notes.
venue_metadata_resource_versions_allowedcharacterVenue metadata resource versions allowed.
venue_metadata_resource_versions_currentcharacterVenue metadata resource versions current.
venue_metadata_resource_methodscharacterVenue metadata resource methods.
venue_metadata_resource_formatscharacterVenue metadata resource formats.
venue_metadata_resource_parameterscharacterVenue metadata resource parameters.
venue_metadata_resource_auth_settings_require_authlogicalVenue metadata resource auth settings require auth.
venue_metadata_resource_auth_settings_allow_onlycharacterVenue metadata resource auth settings allow only.
venue_metadata_resource_resource_cache_nscharacterVenue metadata resource resource cache ns.
venue_metadata_resource_resource_cache_cache_keyscharacterVenue metadata resource resource cache cache keys.
venue_metadata_resource_resource_cache_cache_busterintegerVenue metadata resource resource cache cache buster.
venue_metadata_resource_expiration_message_object_key_namecharacterVenue metadata resource expiration message object key name.
event_entrants_resource_locationcharacterEvent entrants resource location.
event_entrants_resource_routecharacterEvent entrants resource route.
event_entrants_resource_pathcharacterEvent entrants resource path.
event_entrants_resource_summarycharacterEvent entrants resource summary.
event_entrants_resource_notescharacterEvent entrants resource notes.
event_entrants_resource_versions_allowedcharacterEvent entrants resource versions allowed.
event_entrants_resource_versions_currentcharacterEvent entrants resource versions current.
event_entrants_resource_methodscharacterEvent entrants resource methods.
event_entrants_resource_formatscharacterEvent entrants resource formats.
event_entrants_resource_parameterscharacterEvent entrants resource parameters.
event_entrants_resource_auth_settings_require_authlogicalEvent entrants resource auth settings require auth.
event_entrants_resource_auth_settings_allow_onlycharacterEvent entrants resource auth settings allow only.
event_entrants_resource_resource_cache_nscharacterEvent entrants resource resource cache ns.
event_entrants_resource_resource_cache_cache_keyscharacterEvent entrants resource resource cache cache keys.
event_entrants_resource_resource_cache_cache_busterintegerEvent entrants resource resource cache cache buster.
event_seasons_resource_locationcharacterEvent seasons resource location.
event_seasons_resource_routecharacterEvent seasons resource route.
event_seasons_resource_pathcharacterEvent seasons resource path.
event_seasons_resource_summarycharacterEvent seasons resource summary.
event_seasons_resource_notescharacterEvent seasons resource notes.
event_seasons_resource_versions_allowedcharacterEvent seasons resource versions allowed.
event_seasons_resource_versions_currentcharacterEvent seasons resource versions current.
event_seasons_resource_methodscharacterEvent seasons resource methods.
event_seasons_resource_formatscharacterEvent seasons resource formats.
event_seasons_resource_parameterscharacterEvent seasons resource parameters.
event_seasons_resource_auth_settings_require_authlogicalEvent seasons resource auth settings require auth.
event_seasons_resource_auth_settings_allow_onlycharacterEvent seasons resource auth settings allow only.
event_seasons_resource_resource_cache_nscharacterEvent seasons resource resource cache ns.
event_seasons_resource_resource_cache_cache_keyscharacterEvent seasons resource resource cache cache keys.
event_seasons_resource_resource_cache_cache_busterintegerEvent seasons resource resource cache cache buster.
event_venues_resource_locationcharacterEvent venues resource location.
event_venues_resource_routecharacterEvent venues resource route.
event_venues_resource_pathcharacterEvent venues resource path.
event_venues_resource_summarycharacterEvent venues resource summary.
event_venues_resource_notescharacterEvent venues resource notes.
event_venues_resource_versions_allowedcharacterEvent venues resource versions allowed.
event_venues_resource_versions_currentcharacterEvent venues resource versions current.
event_venues_resource_methodscharacterEvent venues resource methods.
event_venues_resource_formatscharacterEvent venues resource formats.
event_venues_resource_parameterscharacterEvent venues resource parameters.
event_venues_resource_auth_settings_require_authlogicalEvent venues resource auth settings require auth.
event_venues_resource_auth_settings_allow_onlycharacterEvent venues resource auth settings allow only.
event_venues_resource_resource_cache_nscharacterEvent venues resource resource cache ns.
event_venues_resource_resource_cache_cache_keyscharacterEvent venues resource resource cache cache keys.
event_venues_resource_resource_cache_cache_busterintegerEvent venues resource resource cache cache buster.
event_venues_resource_expiration_message_object_key_namecharacterEvent venues resource expiration message object key name.
player_rankings_resource_locationcharacterPlayer rankings resource location.
player_rankings_resource_routecharacterPlayer rankings resource route.
player_rankings_resource_pathcharacterPlayer rankings resource path.
player_rankings_resource_summarycharacterPlayer rankings resource summary.
player_rankings_resource_notescharacterPlayer rankings resource notes.
player_rankings_resource_versions_allowedcharacterPlayer rankings resource versions allowed.
player_rankings_resource_versions_currentcharacterPlayer rankings resource versions current.
player_rankings_resource_methodscharacterPlayer rankings resource methods.
player_rankings_resource_formatscharacterPlayer rankings resource formats.
player_rankings_resource_parameterscharacterPlayer rankings resource parameters.
player_rankings_resource_auth_settings_require_authlogicalPlayer rankings resource auth settings require auth.
player_rankings_resource_auth_settings_allow_onlycharacterPlayer rankings resource auth settings allow only.
player_rankings_resource_resource_cache_nscharacterPlayer rankings resource resource cache ns.
player_rankings_resource_resource_cache_cache_keyscharacterPlayer rankings resource resource cache cache keys.
player_rankings_resource_resource_cache_cache_busterintegerPlayer rankings resource resource cache cache buster.
player_rankings_resource_expiration_message_object_key_namecharacterPlayer rankings resource expiration message object key name.
player_outlook_resource_locationcharacterPlayer outlook resource location.
player_outlook_resource_routecharacterPlayer outlook resource route.
player_outlook_resource_pathcharacterPlayer outlook resource path.
player_outlook_resource_summarycharacterPlayer outlook resource summary.
player_outlook_resource_notescharacterPlayer outlook resource notes.
player_outlook_resource_versions_allowedcharacterPlayer outlook resource versions allowed.
player_outlook_resource_versions_currentcharacterPlayer outlook resource versions current.
player_outlook_resource_methodscharacterPlayer outlook resource methods.
player_outlook_resource_formatscharacterPlayer outlook resource formats.
player_outlook_resource_parameterscharacterPlayer outlook resource parameters.
player_outlook_resource_auth_settings_require_authlogicalPlayer outlook resource auth settings require auth.
player_outlook_resource_auth_settings_allow_onlycharacterPlayer outlook resource auth settings allow only.
player_outlook_resource_resource_cache_nscharacterPlayer outlook resource resource cache ns.
player_outlook_resource_resource_cache_cache_keyscharacterPlayer outlook resource resource cache cache keys.
player_outlook_resource_resource_cache_cache_busterintegerPlayer outlook resource resource cache cache buster.
player_outlook_resource_expiration_message_object_key_namecharacterPlayer outlook resource expiration message object key name.
team_rankings_resource_locationcharacterTeam rankings resource location.
team_rankings_resource_routecharacterTeam rankings resource route.
team_rankings_resource_pathcharacterTeam rankings resource path.
team_rankings_resource_summarycharacterTeam rankings resource summary.
team_rankings_resource_notescharacterTeam rankings resource notes.
team_rankings_resource_versions_allowedcharacterTeam rankings resource versions allowed.
team_rankings_resource_versions_currentcharacterTeam rankings resource versions current.
team_rankings_resource_methodscharacterTeam rankings resource methods.
team_rankings_resource_formatscharacterTeam rankings resource formats.
team_rankings_resource_parameterscharacterTeam rankings resource parameters.
team_rankings_resource_auth_settings_require_authlogicalTeam rankings resource auth settings require auth.
team_rankings_resource_auth_settings_allow_onlycharacterTeam rankings resource auth settings allow only.
team_rankings_resource_resource_cache_nscharacterTeam rankings resource resource cache ns.
team_rankings_resource_resource_cache_cache_keyscharacterTeam rankings resource resource cache cache keys.
team_rankings_resource_resource_cache_cache_busterintegerTeam rankings resource resource cache cache buster.
team_rankings_resource_expiration_message_object_key_namecharacterTeam rankings resource expiration message object key name.
sports_line_team_rankings_resource_locationcharacterSports line team rankings resource location.
sports_line_team_rankings_resource_routecharacterSports line team rankings resource route.
sports_line_team_rankings_resource_pathcharacterSports line team rankings resource path.
sports_line_team_rankings_resource_summarycharacterSports line team rankings resource summary.
sports_line_team_rankings_resource_notescharacterSports line team rankings resource notes.
sports_line_team_rankings_resource_versions_allowedcharacterSports line team rankings resource versions allowed.
sports_line_team_rankings_resource_versions_currentcharacterSports line team rankings resource versions current.
sports_line_team_rankings_resource_methodscharacterSports line team rankings resource methods.
sports_line_team_rankings_resource_formatscharacterSports line team rankings resource formats.
sports_line_team_rankings_resource_parameterscharacterSports line team rankings resource parameters.
sports_line_team_rankings_resource_auth_settings_require_authlogicalSports line team rankings resource auth settings require auth.
sports_line_team_rankings_resource_auth_settings_allow_onlycharacterSports line team rankings resource auth settings allow only.
sports_line_team_rankings_resource_resource_cache_nscharacterSports line team rankings resource resource cache ns.
sports_line_team_rankings_resource_resource_cache_cache_keyscharacterSports line team rankings resource resource cache cache keys.
sports_line_team_rankings_resource_resource_cache_cache_busterintegerSports line team rankings resource resource cache cache buster.
sports_line_team_rankings_resource_expiration_message_object_key_namecharacterSports line team rankings resource expiration message object key name.
team_metadata_resource_locationcharacterTeam metadata resource location.
team_metadata_resource_routecharacterTeam metadata resource route.
team_metadata_resource_pathcharacterTeam metadata resource path.
team_metadata_resource_summarycharacterTeam metadata resource summary.
team_metadata_resource_notescharacterTeam metadata resource notes.
team_metadata_resource_versions_allowedcharacterTeam metadata resource versions allowed.
team_metadata_resource_versions_currentcharacterTeam metadata resource versions current.
team_metadata_resource_methodscharacterTeam metadata resource methods.
team_metadata_resource_formatscharacterTeam metadata resource formats.
team_metadata_resource_parameterscharacterTeam metadata resource parameters.
team_metadata_resource_auth_settings_require_authlogicalTeam metadata resource auth settings require auth.
team_metadata_resource_auth_settings_allow_onlycharacterTeam metadata resource auth settings allow only.
team_metadata_resource_resource_cache_nscharacterTeam metadata resource resource cache ns.
team_metadata_resource_resource_cache_cache_keyscharacterTeam metadata resource resource cache cache keys.
team_metadata_resource_resource_cache_cache_busterintegerTeam metadata resource resource cache cache buster.
team_resource_locationcharacterTeam resource location.
team_resource_routescharacterTeam resource routes.
team_resource_pathscharacterTeam resource paths.
team_resource_summarycharacterTeam resource summary.
team_resource_notescharacterTeam resource notes.
team_resource_versions_allowedcharacterTeam resource versions allowed.
team_resource_versions_currentcharacterTeam resource versions current.
team_resource_methodscharacterTeam resource methods.
team_resource_formatscharacterTeam resource formats.
team_resource_parameterscharacterTeam resource parameters.
team_resource_auth_settings_require_authlogicalTeam resource auth settings require auth.
team_resource_auth_settings_allow_onlycharacterTeam resource auth settings allow only.
team_resource_resource_cache_nscharacterTeam resource resource cache ns.
team_resource_resource_cache_cache_keyscharacterTeam resource resource cache cache keys.
team_resource_resource_cache_cache_busterintegerTeam resource resource cache cache buster.
team_resource_expiration_message_object_key_namecharacterTeam resource expiration message object key name.
position_rankings_resource_locationcharacterPosition rankings resource location.
position_rankings_resource_routecharacterPosition rankings resource route.
position_rankings_resource_pathcharacterPosition rankings resource path.
position_rankings_resource_summarycharacterPosition rankings resource summary.
position_rankings_resource_notescharacterPosition rankings resource notes.
position_rankings_resource_versions_allowedcharacterPosition rankings resource versions allowed.
position_rankings_resource_versions_currentcharacterPosition rankings resource versions current.
position_rankings_resource_methodscharacterPosition rankings resource methods.
position_rankings_resource_formatscharacterPosition rankings resource formats.
position_rankings_resource_parameterscharacterPosition rankings resource parameters.
position_rankings_resource_auth_settings_require_authlogicalPosition rankings resource auth settings require auth.
position_rankings_resource_auth_settings_allow_onlycharacterPosition rankings resource auth settings allow only.
position_rankings_resource_resource_cache_nscharacterPosition rankings resource resource cache ns.
position_rankings_resource_resource_cache_cache_keyscharacterPosition rankings resource resource cache cache keys.
position_rankings_resource_resource_cache_cache_busterintegerPosition rankings resource resource cache cache buster.
position_rankings_resource_expiration_message_object_key_namecharacterPosition rankings resource expiration message object key name.
player_game_stats_resource_locationcharacterPlayer game stats resource location.
player_game_stats_resource_routecharacterPlayer game stats resource route.
player_game_stats_resource_pathcharacterPlayer game stats resource path.
player_game_stats_resource_summarycharacterPlayer game stats resource summary.
player_game_stats_resource_notescharacterPlayer game stats resource notes.
player_game_stats_resource_versions_allowedcharacterPlayer game stats resource versions allowed.
player_game_stats_resource_versions_currentcharacterPlayer game stats resource versions current.
player_game_stats_resource_methodscharacterPlayer game stats resource methods.
player_game_stats_resource_formatscharacterPlayer game stats resource formats.
player_game_stats_resource_parameterscharacterPlayer game stats resource parameters.
player_game_stats_resource_auth_settings_require_authlogicalPlayer game stats resource auth settings require auth.
player_game_stats_resource_auth_settings_allow_onlycharacterPlayer game stats resource auth settings allow only.
player_game_stats_resource_resource_cache_nscharacterPlayer game stats resource resource cache ns.
player_game_stats_resource_resource_cache_cache_keyscharacterPlayer game stats resource resource cache cache keys.
player_game_stats_resource_resource_cache_cache_busterintegerPlayer game stats resource resource cache cache buster.
player_game_stats_resource_expiration_message_object_key_namecharacterPlayer game stats resource expiration message object key name.
ruwt_highlights_resource_locationcharacterRuwt highlights resource location.
ruwt_highlights_resource_routecharacterRuwt highlights resource route.
ruwt_highlights_resource_pathcharacterRuwt highlights resource path.
ruwt_highlights_resource_summarycharacterRuwt highlights resource summary.
ruwt_highlights_resource_notescharacterRuwt highlights resource notes.
ruwt_highlights_resource_versions_allowedcharacterRuwt highlights resource versions allowed.
ruwt_highlights_resource_versions_currentcharacterRuwt highlights resource versions current.
ruwt_highlights_resource_methodscharacterRuwt highlights resource methods.
ruwt_highlights_resource_formatscharacterRuwt highlights resource formats.
ruwt_highlights_resource_parameterscharacterRuwt highlights resource parameters.
ruwt_highlights_resource_auth_settings_require_authlogicalRuwt highlights resource auth settings require auth.
ruwt_highlights_resource_auth_settings_allow_onlycharacterRuwt highlights resource auth settings allow only.
ruwt_highlights_resource_resource_cache_nscharacterRuwt highlights resource resource cache ns.
ruwt_highlights_resource_resource_cache_cache_keyscharacterRuwt highlights resource resource cache cache keys.
ruwt_highlights_resource_resource_cache_cache_busterintegerRuwt highlights resource resource cache cache buster.
ruwt_highlights_resource_expiration_message_object_key_namecharacterRuwt highlights resource expiration message object key name.
hockey_player_meta_resource_locationcharacterHockey player meta resource location.
hockey_player_meta_resource_routecharacterHockey player meta resource route.
hockey_player_meta_resource_pathcharacterHockey player meta resource path.
hockey_player_meta_resource_summarycharacterHockey player meta resource summary.
hockey_player_meta_resource_notescharacterHockey player meta resource notes.
hockey_player_meta_resource_versions_allowedcharacterHockey player meta resource versions allowed.
hockey_player_meta_resource_versions_currentcharacterHockey player meta resource versions current.
hockey_player_meta_resource_methodscharacterHockey player meta resource methods.
hockey_player_meta_resource_formatscharacterHockey player meta resource formats.
hockey_player_meta_resource_parameterscharacterHockey player meta resource parameters.
hockey_player_meta_resource_auth_settings_require_authlogicalHockey player meta resource auth settings require auth.
hockey_player_meta_resource_auth_settings_allow_onlycharacterHockey player meta resource auth settings allow only.
hockey_player_meta_resource_resource_cache_nscharacterHockey player meta resource resource cache ns.
hockey_player_meta_resource_resource_cache_cache_keyscharacterHockey player meta resource resource cache cache keys.
hockey_player_meta_resource_resource_cache_cache_busterintegerHockey player meta resource resource cache cache buster.
hockey_player_meta_resource_expiration_message_object_key_namecharacterHockey player meta resource expiration message object key name.

Returns — cbs_league / cbsLeague

col_nametypedescription
league_idintegerLeague ID.
league_abbrcharacterLeague abbreviation.
league_namecharacterLeague name.
sport_idintegerSport ID.
league_typecharacterLeague type.
teamscharacterTeams.
color_primarycharacterColor primary.
color_secondarycharacterColor secondary.

Returns — cbs_season_teams / cbsSeasonTeams

col_nametypedescription
team_idintegerTeam ID.
stub_hub_team_idcharacterStub hub team ID.
locationcharacterLocation.
nick_namecharacterNick name.
medium_namecharacterMedium name.
short_namecharacterShort name.
abbrevcharacterAbbrev.
statuscharacterStatus.
home_venue_idintegerHome venue ID.
conference_idintegerConference ID.
league_idintegerLeague ID.
division_idcharacterDivision ID.
ticket_urlcharacterTicket URL.
color_hex_dexcharacterColor hex dex.
color_primary_hexcharacterColor primary hex.
color_secondary_hexcharacterColor secondary hex.
playerscharacterPlayers.
leaguecharacterLeague.
standingscharacterStandings.
conferencecharacterConference.
divisioncharacterDivision.
team_seasonscharacterTeam seasons.
pollscharacterPolls.
home_venuecharacterHome venue.
sports_line_standingscharacterSports line standings.
team_statscharacterTeam stats.
team_rankingscharacterTeam rankings.
sports_line_rankingscharacterSports line rankings.
meta_tsa_overlaylogicalMeta tsa overlay.
meta_season_idintegerMeta season ID.

Returns — cbs_team_players / cbsTeamPlayers

col_nametypedescription
player_idintegerPlayer ID.
first_namecharacterFirst name.
full_first_namecharacterFull first name.
last_namecharacterLast name.
full_last_namecharacterFull last name.
nick_namecharacterNick name.
heightcharacterHeight.
weightintegerWeight.
experienceintegerExperience.
schoolcharacterSchool.
home_towncharacterHome town.
debutcharacterDebut.
birth_datecharacterBirth date.
birth_countrycharacterBirth country.
birth_country_codecharacterBirth country code.
nationality_countrycharacterNationality country.
nationality_country_codecharacterNationality country code.
lockedintegerLocked.
player_team_associationscharacterPlayer team associations.
injuriescharacterInjuries.
transactionscharacterTransactions.
depth_chartscharacterDepth charts.
position_rankingscharacterPosition rankings.
player_statscharacterPlayer stats.
standingscharacterStandings.
rankingscharacterRankings.
player_outlookcharacterPlayer outlook.
meta_datacharacterMeta data.
draft_infocharacterDraft info.
game_statscharacterGame stats.
combine_datacharacterCombine data.

Returns — cbs_team_standings / cbsTeamStandings

col_nametypedescription
2016_regular_wins_numberinteger2016 regular wins number.
2016_regular_goals_for_goalsinteger2016 regular goals for goals.
2016_regular_last_results_r2character2016 regular last results r2.
2016_regular_last_results_r3character2016 regular last results r3.
2016_regular_last_results_r4character2016 regular last results r4.
2016_regular_last_results_r5character2016 regular last results r5.
2016_regular_last_results_r1character2016 regular last results r1.
2016_regular_winning_percentage_percentagecharacter2016 regular winning percentage percentage.
2016_regular_goals_against_goalsinteger2016 regular goals against goals.
2016_regular_streakcharacter2016 regular streak.
2016_regular_losses_numberinteger2016 regular losses number.
2016_regular_points_penalty_pointsinteger2016 regular points penalty points.
2016_regular_points_points_per_gamenumber2016 regular points points per game.
2016_regular_points_pointsinteger2016 regular points points.
2016_regular_ties_numberinteger2016 regular ties number.
2016_regular_games_played_gamesinteger2016 regular games played games.
2016_regular_place_previousinteger2016 regular place previous.
2016_regular_place_season_end_idcharacter2016 regular place season end ID.
2016_regular_place_season_endcharacter2016 regular place season end.
2016_regular_place_placeinteger2016 regular place place.
2016_regular_clinch_status_idinteger2016 regular clinch status ID.
2016_regular_clinch_status_statuscharacter2016 regular clinch status status.
2016_regular_win_loss_recordcharacter2016 regular win loss record.
2016_regular_team_info_display_namecharacter2016 regular team info display name.
2016_regular_team_info_namecharacter2016 regular team info name.
2016_regular_team_info_aliascharacter2016 regular team info alias.
2016_regular_team_info_locationcharacter2016 regular team info location.
2016_regular_team_info_idinteger2016 regular team info ID.
2016_regular_team_info_global_idinteger2016 regular team info global ID.
2016_regular_season_idinteger2016 regular season ID.
2016_regular_season_season_idinteger2016 regular season season ID.
2016_regular_season_sport_idinteger2016 regular season sport ID.
2016_regular_season_league_idinteger2016 regular season league ID.
2016_regular_season_leaguecharacter2016 regular season league.
2016_regular_season_teamscharacter2016 regular season teams.
2016_regular_season_season_yearinteger2016 regular season season year.
2016_regular_season_is_currentinteger2016 regular season is current.
2016_regular_season_season_typecharacter2016 regular season season type.
2016_regular_season_season_type_desccharacter2016 regular season season type desc.
2016_regular_season_season_start_datecharacter2016 regular season season start date.
2016_regular_season_season_end_datecharacter2016 regular season season end date.
2017_regular_wins_numberinteger2017 regular wins number.
2017_regular_goals_for_goalsinteger2017 regular goals for goals.
2017_regular_last_results_r2character2017 regular last results r2.
2017_regular_last_results_r3character2017 regular last results r3.
2017_regular_last_results_r4character2017 regular last results r4.
2017_regular_last_results_r5character2017 regular last results r5.
2017_regular_last_results_r1character2017 regular last results r1.
2017_regular_winning_percentage_percentagecharacter2017 regular winning percentage percentage.
2017_regular_goals_against_goalsinteger2017 regular goals against goals.
2017_regular_streakcharacter2017 regular streak.
2017_regular_losses_numberinteger2017 regular losses number.
2017_regular_points_penalty_pointsinteger2017 regular points penalty points.
2017_regular_points_points_per_gamenumber2017 regular points points per game.
2017_regular_points_pointsinteger2017 regular points points.
2017_regular_ties_numberinteger2017 regular ties number.
2017_regular_games_played_gamesinteger2017 regular games played games.
2017_regular_place_previousinteger2017 regular place previous.
2017_regular_place_season_end_idcharacter2017 regular place season end ID.
2017_regular_place_placeinteger2017 regular place place.
2017_regular_place_season_endcharacter2017 regular place season end.
2017_regular_win_loss_recordcharacter2017 regular win loss record.
2017_regular_team_info_display_namecharacter2017 regular team info display name.
2017_regular_team_info_namecharacter2017 regular team info name.
2017_regular_team_info_aliascharacter2017 regular team info alias.
2017_regular_team_info_locationcharacter2017 regular team info location.
2017_regular_team_info_global_idinteger2017 regular team info global ID.
2017_regular_team_info_idinteger2017 regular team info ID.
2017_regular_season_idinteger2017 regular season ID.
2017_regular_season_season_idinteger2017 regular season season ID.
2017_regular_season_sport_idinteger2017 regular season sport ID.
2017_regular_season_league_idinteger2017 regular season league ID.
2017_regular_season_leaguecharacter2017 regular season league.
2017_regular_season_teamscharacter2017 regular season teams.
2017_regular_season_season_yearinteger2017 regular season season year.
2017_regular_season_is_currentinteger2017 regular season is current.
2017_regular_season_season_typecharacter2017 regular season season type.
2017_regular_season_season_type_desccharacter2017 regular season season type desc.
2017_regular_season_season_start_datecharacter2017 regular season season start date.
2017_regular_season_season_end_datecharacter2017 regular season season end date.
2018_regular_wins_numberinteger2018 regular wins number.
2018_regular_goals_for_goalsinteger2018 regular goals for goals.
2018_regular_last_results_r2character2018 regular last results r2.
2018_regular_last_results_r3character2018 regular last results r3.
2018_regular_last_results_r4character2018 regular last results r4.
2018_regular_last_results_r5character2018 regular last results r5.
2018_regular_last_results_r1character2018 regular last results r1.
2018_regular_winning_percentage_percentagecharacter2018 regular winning percentage percentage.
2018_regular_goals_against_goalsinteger2018 regular goals against goals.
2018_regular_streakcharacter2018 regular streak.
2018_regular_losses_numberinteger2018 regular losses number.
2018_regular_points_penalty_pointsinteger2018 regular points penalty points.
2018_regular_points_points_per_gamenumber2018 regular points points per game.
2018_regular_points_pointsinteger2018 regular points points.
2018_regular_ties_numberinteger2018 regular ties number.
2018_regular_games_played_gamesinteger2018 regular games played games.
2018_regular_place_previousinteger2018 regular place previous.
2018_regular_place_season_end_idinteger2018 regular place season end ID.
2018_regular_place_placeinteger2018 regular place place.
2018_regular_place_season_endcharacter2018 regular place season end.
2018_regular_clinch_status_idinteger2018 regular clinch status ID.
2018_regular_clinch_status_statuscharacter2018 regular clinch status status.
2018_regular_win_loss_recordcharacter2018 regular win loss record.
2018_regular_team_info_display_namecharacter2018 regular team info display name.
2018_regular_team_info_namecharacter2018 regular team info name.
2018_regular_team_info_aliascharacter2018 regular team info alias.
2018_regular_team_info_locationcharacter2018 regular team info location.
2018_regular_team_info_global_idinteger2018 regular team info global ID.
2018_regular_team_info_idinteger2018 regular team info ID.
2018_regular_season_idinteger2018 regular season ID.
2018_regular_season_season_idinteger2018 regular season season ID.
2018_regular_season_sport_idinteger2018 regular season sport ID.
2018_regular_season_league_idinteger2018 regular season league ID.
2018_regular_season_leaguecharacter2018 regular season league.
2018_regular_season_teamscharacter2018 regular season teams.
2018_regular_season_season_yearinteger2018 regular season season year.
2018_regular_season_is_currentinteger2018 regular season is current.
2018_regular_season_season_typecharacter2018 regular season season type.
2018_regular_season_season_type_desccharacter2018 regular season season type desc.
2018_regular_season_season_start_datecharacter2018 regular season season start date.
2018_regular_season_season_end_datecharacter2018 regular season season end date.
2019_regular_wins_numberinteger2019 regular wins number.
2019_regular_goals_for_goalsinteger2019 regular goals for goals.
2019_regular_last_results_r2character2019 regular last results r2.
2019_regular_last_results_r3character2019 regular last results r3.
2019_regular_last_results_r4character2019 regular last results r4.
2019_regular_last_results_r5character2019 regular last results r5.
2019_regular_last_results_r1character2019 regular last results r1.
2019_regular_winning_percentage_percentagecharacter2019 regular winning percentage percentage.
2019_regular_goals_against_goalsinteger2019 regular goals against goals.
2019_regular_streakcharacter2019 regular streak.
2019_regular_losses_numberinteger2019 regular losses number.
2019_regular_points_penalty_pointsinteger2019 regular points penalty points.
2019_regular_points_points_per_gamenumber2019 regular points points per game.
2019_regular_points_pointsinteger2019 regular points points.
2019_regular_ties_numberinteger2019 regular ties number.
2019_regular_games_played_gamesinteger2019 regular games played games.
2019_regular_place_previousinteger2019 regular place previous.
2019_regular_place_season_end_idcharacter2019 regular place season end ID.
2019_regular_place_placeinteger2019 regular place place.
2019_regular_place_season_endcharacter2019 regular place season end.
2019_regular_clinch_status_idinteger2019 regular clinch status ID.
2019_regular_clinch_status_statuscharacter2019 regular clinch status status.
2019_regular_win_loss_recordcharacter2019 regular win loss record.
2019_regular_team_info_display_namecharacter2019 regular team info display name.
2019_regular_team_info_namecharacter2019 regular team info name.
2019_regular_team_info_aliascharacter2019 regular team info alias.
2019_regular_team_info_locationcharacter2019 regular team info location.
2019_regular_team_info_global_idinteger2019 regular team info global ID.
2019_regular_team_info_idinteger2019 regular team info ID.
2019_regular_season_idinteger2019 regular season ID.
2019_regular_season_season_idinteger2019 regular season season ID.
2019_regular_season_sport_idinteger2019 regular season sport ID.
2019_regular_season_league_idinteger2019 regular season league ID.
2019_regular_season_leaguecharacter2019 regular season league.
2019_regular_season_teamscharacter2019 regular season teams.
2019_regular_season_season_yearinteger2019 regular season season year.
2019_regular_season_is_currentinteger2019 regular season is current.
2019_regular_season_season_typecharacter2019 regular season season type.
2019_regular_season_season_type_desccharacter2019 regular season season type desc.
2019_regular_season_season_start_datecharacter2019 regular season season start date.
2019_regular_season_season_end_datecharacter2019 regular season season end date.
2020_regular_wins_numberinteger2020 regular wins number.
2020_regular_goals_for_goalsinteger2020 regular goals for goals.
2020_regular_last_results_r2character2020 regular last results r2.
2020_regular_last_results_r3character2020 regular last results r3.
2020_regular_last_results_r4character2020 regular last results r4.
2020_regular_last_results_r5character2020 regular last results r5.
2020_regular_last_results_r1character2020 regular last results r1.
2020_regular_winning_percentage_percentagecharacter2020 regular winning percentage percentage.
2020_regular_goals_against_goalsinteger2020 regular goals against goals.
2020_regular_streakcharacter2020 regular streak.
2020_regular_losses_numberinteger2020 regular losses number.
2020_regular_points_penalty_pointsinteger2020 regular points penalty points.
2020_regular_points_points_per_gamenumber2020 regular points points per game.
2020_regular_points_pointsinteger2020 regular points points.
2020_regular_ties_numberinteger2020 regular ties number.
2020_regular_games_played_gamesinteger2020 regular games played games.
2020_regular_place_previousinteger2020 regular place previous.
2020_regular_place_season_end_idcharacter2020 regular place season end ID.
2020_regular_place_placeinteger2020 regular place place.
2020_regular_place_season_endcharacter2020 regular place season end.
2020_regular_goal_differential_differentialinteger2020 regular goal differential differential.
2020_regular_win_loss_recordcharacter2020 regular win loss record.
2020_regular_team_info_display_namecharacter2020 regular team info display name.
2020_regular_team_info_namecharacter2020 regular team info name.
2020_regular_team_info_aliascharacter2020 regular team info alias.
2020_regular_team_info_locationcharacter2020 regular team info location.
2020_regular_team_info_global_idinteger2020 regular team info global ID.
2020_regular_team_info_idinteger2020 regular team info ID.
2020_regular_season_idinteger2020 regular season ID.
2020_regular_season_season_idinteger2020 regular season season ID.
2020_regular_season_sport_idinteger2020 regular season sport ID.
2020_regular_season_league_idinteger2020 regular season league ID.
2020_regular_season_leaguecharacter2020 regular season league.
2020_regular_season_teamscharacter2020 regular season teams.
2020_regular_season_season_yearinteger2020 regular season season year.
2020_regular_season_is_currentinteger2020 regular season is current.
2020_regular_season_season_typecharacter2020 regular season season type.
2020_regular_season_season_type_desccharacter2020 regular season season type desc.
2020_regular_season_season_start_datecharacter2020 regular season season start date.
2020_regular_season_season_end_datecharacter2020 regular season season end date.
2021_regular_wins_numberinteger2021 regular wins number.
2021_regular_goals_for_goalsinteger2021 regular goals for goals.
2021_regular_last_results_r2character2021 regular last results r2.
2021_regular_last_results_r3character2021 regular last results r3.
2021_regular_last_results_r4character2021 regular last results r4.
2021_regular_last_results_r5character2021 regular last results r5.
2021_regular_last_results_r1character2021 regular last results r1.
2021_regular_winning_percentage_percentagecharacter2021 regular winning percentage percentage.
2021_regular_goals_against_goalsinteger2021 regular goals against goals.
2021_regular_streakcharacter2021 regular streak.
2021_regular_losses_numberinteger2021 regular losses number.
2021_regular_points_penalty_pointsinteger2021 regular points penalty points.
2021_regular_points_points_per_gamenumber2021 regular points points per game.
2021_regular_points_pointsinteger2021 regular points points.
2021_regular_ties_numberinteger2021 regular ties number.
2021_regular_games_played_gamesinteger2021 regular games played games.
2021_regular_place_previousinteger2021 regular place previous.
2021_regular_place_season_end_idinteger2021 regular place season end ID.
2021_regular_place_placeinteger2021 regular place place.
2021_regular_place_season_endcharacter2021 regular place season end.
2021_regular_clinch_status_idinteger2021 regular clinch status ID.
2021_regular_clinch_status_statuscharacter2021 regular clinch status status.
2021_regular_goal_differential_differentialinteger2021 regular goal differential differential.
2021_regular_win_loss_recordcharacter2021 regular win loss record.
2021_regular_team_info_display_namecharacter2021 regular team info display name.
2021_regular_team_info_namecharacter2021 regular team info name.
2021_regular_team_info_aliascharacter2021 regular team info alias.
2021_regular_team_info_locationcharacter2021 regular team info location.
2021_regular_team_info_global_idinteger2021 regular team info global ID.
2021_regular_team_info_idinteger2021 regular team info ID.
2021_regular_season_idinteger2021 regular season ID.
2021_regular_season_season_idinteger2021 regular season season ID.
2021_regular_season_sport_idinteger2021 regular season sport ID.
2021_regular_season_league_idinteger2021 regular season league ID.
2021_regular_season_leaguecharacter2021 regular season league.
2021_regular_season_teamscharacter2021 regular season teams.
2021_regular_season_season_yearinteger2021 regular season season year.
2021_regular_season_is_currentinteger2021 regular season is current.
2021_regular_season_season_typecharacter2021 regular season season type.
2021_regular_season_season_type_desccharacter2021 regular season season type desc.
2021_regular_season_season_start_datecharacter2021 regular season season start date.
2021_regular_season_season_end_datecharacter2021 regular season season end date.
2022_regular_wins_numberinteger2022 regular wins number.
2022_regular_goals_for_goalsinteger2022 regular goals for goals.
2022_regular_last_results_r2character2022 regular last results r2.
2022_regular_last_results_r3character2022 regular last results r3.
2022_regular_last_results_r4character2022 regular last results r4.
2022_regular_last_results_r5character2022 regular last results r5.
2022_regular_last_results_r1character2022 regular last results r1.
2022_regular_winning_percentage_percentagecharacter2022 regular winning percentage percentage.
2022_regular_goals_against_goalsinteger2022 regular goals against goals.
2022_regular_streakcharacter2022 regular streak.
2022_regular_losses_numberinteger2022 regular losses number.
2022_regular_points_penalty_pointsinteger2022 regular points penalty points.
2022_regular_points_points_per_gamenumber2022 regular points points per game.
2022_regular_points_pointsinteger2022 regular points points.
2022_regular_ties_numberinteger2022 regular ties number.
2022_regular_games_played_gamesinteger2022 regular games played games.
2022_regular_place_previousinteger2022 regular place previous.
2022_regular_place_season_end_idcharacter2022 regular place season end ID.
2022_regular_place_placeinteger2022 regular place place.
2022_regular_place_season_endcharacter2022 regular place season end.
2022_regular_win_loss_recordcharacter2022 regular win loss record.
2022_regular_team_info_display_namecharacter2022 regular team info display name.
2022_regular_team_info_namecharacter2022 regular team info name.
2022_regular_team_info_aliascharacter2022 regular team info alias.
2022_regular_team_info_locationcharacter2022 regular team info location.
2022_regular_team_info_global_idinteger2022 regular team info global ID.
2022_regular_team_info_idinteger2022 regular team info ID.
2022_regular_season_idinteger2022 regular season ID.
2022_regular_season_season_idinteger2022 regular season season ID.
2022_regular_season_sport_idinteger2022 regular season sport ID.
2022_regular_season_league_idinteger2022 regular season league ID.
2022_regular_season_leaguecharacter2022 regular season league.
2022_regular_season_teamscharacter2022 regular season teams.
2022_regular_season_season_yearinteger2022 regular season season year.
2022_regular_season_is_currentinteger2022 regular season is current.
2022_regular_season_season_typecharacter2022 regular season season type.
2022_regular_season_season_type_desccharacter2022 regular season season type desc.
2022_regular_season_season_start_datecharacter2022 regular season season start date.
2022_regular_season_season_end_datecharacter2022 regular season season end date.
2023_regular_wins_numberinteger2023 regular wins number.
2023_regular_goals_for_goalsinteger2023 regular goals for goals.
2023_regular_last_results_r2character2023 regular last results r2.
2023_regular_last_results_r3character2023 regular last results r3.
2023_regular_last_results_r4character2023 regular last results r4.
2023_regular_last_results_r5character2023 regular last results r5.
2023_regular_last_results_r1character2023 regular last results r1.
2023_regular_winning_percentage_percentagecharacter2023 regular winning percentage percentage.
2023_regular_goals_against_goalsinteger2023 regular goals against goals.
2023_regular_streakcharacter2023 regular streak.
2023_regular_losses_numberinteger2023 regular losses number.
2023_regular_points_penalty_pointsinteger2023 regular points penalty points.
2023_regular_points_points_per_gamenumber2023 regular points points per game.
2023_regular_points_pointsinteger2023 regular points points.
2023_regular_ties_numberinteger2023 regular ties number.
2023_regular_games_played_gamesinteger2023 regular games played games.
2023_regular_place_previousinteger2023 regular place previous.
2023_regular_place_season_end_idcharacter2023 regular place season end ID.
2023_regular_place_placeinteger2023 regular place place.
2023_regular_place_season_endcharacter2023 regular place season end.
2023_regular_goal_differential_differentialinteger2023 regular goal differential differential.
2023_regular_win_loss_recordcharacter2023 regular win loss record.
2023_regular_team_info_display_namecharacter2023 regular team info display name.
2023_regular_team_info_namecharacter2023 regular team info name.
2023_regular_team_info_aliascharacter2023 regular team info alias.
2023_regular_team_info_locationcharacter2023 regular team info location.
2023_regular_team_info_global_idinteger2023 regular team info global ID.
2023_regular_team_info_idinteger2023 regular team info ID.
2023_regular_season_idinteger2023 regular season ID.
2023_regular_season_season_idinteger2023 regular season season ID.
2023_regular_season_sport_idinteger2023 regular season sport ID.
2023_regular_season_league_idinteger2023 regular season league ID.
2023_regular_season_leaguecharacter2023 regular season league.
2023_regular_season_teamscharacter2023 regular season teams.
2023_regular_season_season_yearinteger2023 regular season season year.
2023_regular_season_is_currentinteger2023 regular season is current.
2023_regular_season_season_typecharacter2023 regular season season type.
2023_regular_season_season_type_desccharacter2023 regular season season type desc.
2023_regular_season_season_start_datecharacter2023 regular season season start date.
2023_regular_season_season_end_datecharacter2023 regular season season end date.
2024_regular_wins_numberinteger2024 regular wins number.
2024_regular_goals_for_goalsinteger2024 regular goals for goals.
2024_regular_last_results_r2character2024 regular last results r2.
2024_regular_last_results_r3character2024 regular last results r3.
2024_regular_last_results_r4character2024 regular last results r4.
2024_regular_last_results_r5character2024 regular last results r5.
2024_regular_last_results_r1character2024 regular last results r1.
2024_regular_winning_percentage_percentagecharacter2024 regular winning percentage percentage.
2024_regular_goals_against_goalsinteger2024 regular goals against goals.
2024_regular_streakcharacter2024 regular streak.
2024_regular_losses_numberinteger2024 regular losses number.
2024_regular_points_penalty_pointsinteger2024 regular points penalty points.
2024_regular_points_points_per_gamenumber2024 regular points points per game.
2024_regular_points_pointsinteger2024 regular points points.
2024_regular_ties_numberinteger2024 regular ties number.
2024_regular_games_played_gamesinteger2024 regular games played games.
2024_regular_place_previousinteger2024 regular place previous.
2024_regular_place_season_end_idinteger2024 regular place season end ID.
2024_regular_place_placeinteger2024 regular place place.
2024_regular_place_season_endcharacter2024 regular place season end.
2024_regular_clinch_status_idinteger2024 regular clinch status ID.
2024_regular_clinch_status_statuscharacter2024 regular clinch status status.
2024_regular_goal_differential_differentialinteger2024 regular goal differential differential.
2024_regular_win_loss_recordcharacter2024 regular win loss record.
2024_regular_team_info_display_namecharacter2024 regular team info display name.
2024_regular_team_info_namecharacter2024 regular team info name.
2024_regular_team_info_aliascharacter2024 regular team info alias.
2024_regular_team_info_locationcharacter2024 regular team info location.
2024_regular_team_info_global_idinteger2024 regular team info global ID.
2024_regular_team_info_idinteger2024 regular team info ID.
2024_regular_season_idinteger2024 regular season ID.
2024_regular_season_season_idinteger2024 regular season season ID.
2024_regular_season_sport_idinteger2024 regular season sport ID.
2024_regular_season_league_idinteger2024 regular season league ID.
2024_regular_season_leaguecharacter2024 regular season league.
2024_regular_season_teamscharacter2024 regular season teams.
2024_regular_season_season_yearinteger2024 regular season season year.
2024_regular_season_is_currentinteger2024 regular season is current.
2024_regular_season_season_typecharacter2024 regular season season type.
2024_regular_season_season_type_desccharacter2024 regular season season type desc.
2024_regular_season_season_start_datecharacter2024 regular season season start date.
2024_regular_season_season_end_datecharacter2024 regular season season end date.
2025_regular_wins_numberinteger2025 regular wins number.
2025_regular_goals_for_goalsinteger2025 regular goals for goals.
2025_regular_goals_against_goalsinteger2025 regular goals against goals.
2025_regular_goal_differential_differentialinteger2025 regular goal differential differential.
2025_regular_winning_percentage_percentagecharacter2025 regular winning percentage percentage.
2025_regular_streakcharacter2025 regular streak.
2025_regular_losses_numberinteger2025 regular losses number.
2025_regular_points_pointsinteger2025 regular points points.
2025_regular_points_penalty_pointsinteger2025 regular points penalty points.
2025_regular_points_points_per_gamecharacter2025 regular points points per game.
2025_regular_ties_numberinteger2025 regular ties number.
2025_regular_games_played_gamesinteger2025 regular games played games.
2025_regular_place_placeinteger2025 regular place place.
2025_regular_win_loss_recordcharacter2025 regular win loss record.
2025_regular_team_info_display_namecharacter2025 regular team info display name.
2025_regular_team_info_namecharacter2025 regular team info name.
2025_regular_team_info_aliascharacter2025 regular team info alias.
2025_regular_team_info_locationcharacter2025 regular team info location.
2025_regular_team_info_global_idinteger2025 regular team info global ID.
2025_regular_team_info_idinteger2025 regular team info ID.
2025_regular_clinch_status_idinteger2025 regular clinch status ID.
2025_regular_clinch_status_statuscharacter2025 regular clinch status status.
2025_regular_season_idinteger2025 regular season ID.
2025_regular_season_season_idinteger2025 regular season season ID.
2025_regular_season_sport_idinteger2025 regular season sport ID.
2025_regular_season_league_idinteger2025 regular season league ID.
2025_regular_season_leaguecharacter2025 regular season league.
2025_regular_season_teamscharacter2025 regular season teams.
2025_regular_season_season_yearinteger2025 regular season season year.
2025_regular_season_is_currentinteger2025 regular season is current.
2025_regular_season_season_typecharacter2025 regular season season type.
2025_regular_season_season_type_desccharacter2025 regular season season type desc.
2025_regular_season_season_start_datecharacter2025 regular season season start date.
2025_regular_season_season_end_datecharacter2025 regular season season end date.