fox — native provider reference
- namespace:
sdv.fox(standalone — not an ESPN league) - families: Fox Sports
- wrappers: 38 native
fox 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.fox. Pass { parsed: true } to any endpoint to get tidy rows instead of raw JSON.
import sdv from 'sportsdataverse';
// Fox Sports uses a public apikey + api-version query pair
// (both default out of the box — override apikey if you have your own):
await sdv.fox.fox_scoreboard({ sport: 'cfb' });
Native API — Fox Sports
Flat (non-ESPN) wrappers for the Fox Sports API. Host: https://api.foxsports.com. Each method is exposed under BOTH fox_<endpoint> (snake_case, py/R parity) and fox<Endpoint> (camelCase canonical) on sdv.fox. Pass { parsed: true } to run the payload through its tidy.js parser; omit it for the raw response.
| Method | HTTP | Path params | Query params | Parser | Auth |
|---|---|---|---|---|---|
fox_event_data / foxEventData | https://api.foxsports.com/bifrost/v1/{sport}/event/{event_id}/data | sport*, event_id* | apikey, api_version → api-version | parse_fox_event | — |
fox_event_matchup / foxEventMatchup | https://api.foxsports.com/bifrost/v1/{sport}/event/{event_id}/matchup | sport*, event_id* | apikey, api_version → api-version | parse_fox_event | — |
fox_event_odds / foxEventOdds | https://api.foxsports.com/bifrost/v1/{sport}/event/{event_id}/odds | sport*, event_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_event_recap / foxEventRecap | https://api.foxsports.com/bifrost/v1/{sport}/event/{event_id}/recap | sport*, event_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_event_standings / foxEventStandings | https://api.foxsports.com/bifrost/v1/{sport}/event/{event_id}/standings | sport*, event_id* | apikey, api_version → api-version | parse_fox_standings | — |
fox_explore_browse / foxExploreBrowse | https://api.foxsports.com/bifrost/v1/explore/browse/{section}/main | section* | apikey, api_version → api-version | parse_fox_list | — |
fox_explore_favorite / foxExploreFavorite | https://api.foxsports.com/bifrost/v1/explore/favorite/{section}/main | section* | apikey, api_version → api-version | parse_fox_list | — |
fox_explore_odds / foxExploreOdds | https://api.foxsports.com/bifrost/v1/explore/odds/main | — | apikey, api_version → api-version | parse_fox_list | — |
fox_foxpolls / foxFoxpolls | https://api.foxsports.com/foxpolls/v1/polls | — | apikey, associated_entity_ids → associatedEntityIds, include_answers → includeAnswers | parse_fox_list | — |
fox_fs_feed / foxFsFeed | https://api.foxsports.com/fs/feed | — | apikey, api_version → api-version | parse_fox_list | — |
fox_fs_images / foxFsImages | https://api.foxsports.com/fs/images | — | apikey, api_version → api-version | parse_fox_list | — |
fox_fs_layouts / foxFsLayouts | https://api.foxsports.com/fs/layouts | — | apikey, api_version → api-version | parse_fox_list | — |
fox_fs_videos / foxFsVideos | https://api.foxsports.com/fs/videos | — | apikey, api_version → api-version | parse_fox_list | — |
fox_league_conferences / foxLeagueConferences | https://api.foxsports.com/bifrost/v1/{sport}/league/conferences | sport* | apikey, api_version → api-version | parse_fox_list | — |
fox_league_header / foxLeagueHeader | https://api.foxsports.com/bifrost/v1/{sport}/league/header | sport* | apikey, api_version → api-version | parse_fox_list | — |
fox_league_odds / foxLeagueOdds | https://api.foxsports.com/bifrost/v1/{sport}/league/odds | sport* | apikey, api_version → api-version, group_id → groupId | parse_fox_list | — |
fox_league_playernews / foxLeaguePlayernews | https://api.foxsports.com/bifrost/v1/{sport}/league/playernews | sport* | apikey, api_version → api-version | parse_fox_list | — |
fox_league_polls / foxLeaguePolls | https://api.foxsports.com/bifrost/v1/{sport}/league/polls | sport* | apikey, api_version → api-version | parse_fox_standings | — |
fox_league_schedule / foxLeagueSchedule | https://api.foxsports.com/bifrost/v1/{sport}/league/schedule | sport* | apikey, api_version → api-version | parse_fox_scoreboard | — |
fox_league_scores / foxLeagueScores | https://api.foxsports.com/bifrost/v1/{sport}/league/scores | sport* | apikey, api_version → api-version | parse_fox_scoreboard | — |
fox_league_scores_segment / foxLeagueScoresSegment | https://api.foxsports.com/bifrost/v1/{sport}/league/scores-segment/{segment_id} | sport*, segment_id* | apikey, api_version → api-version, group_id → groupId | parse_fox_scoreboard | — |
fox_league_standings / foxLeagueStandings | https://api.foxsports.com/bifrost/v1/{sport}/league/standings | sport* | apikey, api_version → api-version | parse_fox_standings | — |
fox_league_stats / foxLeagueStats | https://api.foxsports.com/bifrost/v1/{sport}/league/stats | sport* | apikey, api_version → api-version | parse_fox_list | — |
fox_league_stats_con / foxLeagueStatsCon | https://api.foxsports.com/bifrost/v1/{sport}/league/stats-con/{who}/{category}/{page} | sport*, who*, category*, page* | apikey, api_version → api-version, group_id → groupId | parse_fox_standings | — |
fox_league_teamnav / foxLeagueTeamnav | https://api.foxsports.com/bifrost/v1/{sport}/league/teamnav | sport* | apikey, api_version → api-version | parse_fox_list | — |
fox_scoreboard / foxScoreboard | https://api.foxsports.com/bifrost/v1/{sport}/scoreboard/main | sport* | apikey, api_version → api-version, group_id → groupId | parse_fox_scoreboard | — |
fox_scorechip / foxScorechip | https://api.foxsports.com/bifrost/v1/{sport}/scorechip/{chip_id} | sport*, chip_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_search_content / foxSearchContent | https://api.foxsports.com/bifrost/v1/search/content | — | apikey, api_version → api-version, text | parse_fox_search | — |
fox_search_entities / foxSearchEntities | https://api.foxsports.com/bifrost/v1/search/entities | — | apikey, api_version → api-version, text | parse_fox_search | — |
fox_search_popular / foxSearchPopular | https://api.foxsports.com/bifrost/v1/search/popular | — | apikey, api_version → api-version | parse_fox_list | — |
fox_team_gamelog / foxTeamGamelog | https://api.foxsports.com/bifrost/v1/{sport}/team/{team_id}/gamelog | sport*, team_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_team_header / foxTeamHeader | https://api.foxsports.com/bifrost/v1/{sport}/team/{team_id}/header | sport*, team_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_team_roster / foxTeamRoster | https://api.foxsports.com/bifrost/v1/{sport}/team/{team_id}/roster | sport*, team_id* | apikey, api_version → api-version | parse_fox_team_roster | — |
fox_team_standings / foxTeamStandings | https://api.foxsports.com/bifrost/v1/{sport}/team/{team_id}/standings | sport*, team_id* | apikey, api_version → api-version | parse_fox_standings | — |
fox_team_stats / foxTeamStats | https://api.foxsports.com/bifrost/v1/{sport}/team/{team_id}/stats | sport*, team_id* | apikey, api_version → api-version | parse_fox_list | — |
fox_topevents_scoreboard_segment / foxTopeventsScoreboardSegment | https://api.foxsports.com/bifrost/v1/topevents/scoreboard/segment/{segment} | segment* | apikey, api_version → api-version | parse_fox_scoreboard | — |
fox_trending_articles / foxTrendingArticles | https://api.foxsports.com/bifrost/v1/general/trending/articles | — | apikey, api_version → api-version, duration, tags | parse_fox_list | — |
fox_trending_videos / foxTrendingVideos | https://api.foxsports.com/bifrost/v1/general/trending/videos | — | apikey, api_version → api-version, duration, max_items → maxItems | parse_fox_list | — |
Returns — fox_event_data / foxEventData
| col_name | type | description |
|---|---|---|
title | character | Bifrost event_data field title. |
left_item_details | list | Bifrost event_data field leftItemDetails. |
right_item_details | list | Bifrost event_data field rightItemDetails. |
Returns — fox_event_matchup / foxEventMatchup
| col_name | type | description |
|---|---|---|
title | character | Bifrost event_matchup field title. |
left_item_details | list | Bifrost event_matchup field leftItemDetails. |
right_item_details | list | Bifrost event_matchup field rightItemDetails. |
Returns — fox_event_odds / foxEventOdds
| col_name | type | description |
|---|---|---|
modules | character | Bifrost field modules: modules. |
Returns — fox_event_recap / foxEventRecap
| col_name | type | description |
|---|---|---|
id | character | Bifrost field id: ID. |
type | character | Bifrost field type: type. |
order | integer | Bifrost field order: order. |
last_update | character | Bifrost field last_update: last update. |
Returns — fox_event_standings / foxEventStandings
| col_name | type | description |
|---|---|---|
section_id | character | Bifrost field section_id: section ID. |
section_title | character | Bifrost field section_title: section title. |
section_metadata_parameters_standings_type | character | Bifrost field section_metadata_parameters_standings_type: section metadata parameters standings type. |
section_metadata_parameters_league_name | character | Bifrost field section_metadata_parameters_league_name: section metadata parameters league name. |
section_metadata_parameters_group_name | character | Bifrost field section_metadata_parameters_group_name: section metadata parameters group name. |
section_metadata_parameters_season | character | Bifrost field section_metadata_parameters_season: section metadata parameters season. |
template | character | Bifrost field template: template. |
headers | character | Bifrost field headers: headers. |
rows | character | Bifrost field rows: rows. |
Returns — fox_explore_browse / foxExploreBrowse
| col_name | type | description |
|---|---|---|
header_title | character | Bifrost field header_title: header title. |
items | character | Bifrost field items: items. |
Returns — fox_explore_odds / foxExploreOdds
| col_name | type | description |
|---|---|---|
modules | character | Bifrost field modules: modules. |
Returns — fox_league_conferences / foxLeagueConferences
| col_name | type | description |
|---|---|---|
items | character | Bifrost field items: items. |
Returns — fox_league_header / foxLeagueHeader
| col_name | type | description |
|---|---|---|
template | character | Bifrost field template: template. |
title | character | Bifrost field title: title. |
color | character | Bifrost field color: color. |
logo_url | character | Bifrost field logo_url: logo URL. |
image_type | character | Bifrost field image_type: image type. |
image_alt_text | character | Bifrost field image_alt_text: image alt text. |
content_uri | character | Bifrost field content_uri: content URI. |
content_type | character | Bifrost field content_type: content type. |
has_feature | character | Bifrost field has_feature: has feature. |
metadata_parameters_group | character | Bifrost field metadata_parameters_group: metadata parameters group. |
sponsorship_template | character | Bifrost field sponsorship_template: sponsorship template. |
sponsorship_secondary_template | character | Bifrost field sponsorship_secondary_template: sponsorship secondary template. |
sponsorship_sponsor_text | character | Bifrost field sponsorship_sponsor_text: sponsorship sponsor text. |
sponsorship_url | character | Bifrost field sponsorship_url: sponsorship URL. |
sponsorship_image_url | character | Bifrost field sponsorship_image_url: sponsorship image URL. |
sponsorship_image_alt_url | character | Bifrost field sponsorship_image_alt_url: sponsorship image alt URL. |
sponsorship_image_type | character | Bifrost field sponsorship_image_type: sponsorship image type. |
sponsorship_image_alt_text | character | Bifrost field sponsorship_image_alt_text: sponsorship image alt text. |
sponsorship_background_color | character | Bifrost field sponsorship_background_color: sponsorship background color. |
sponsorship_alt_background_color | character | Bifrost field sponsorship_alt_background_color: sponsorship alt background color. |
sponsorship_text_color | character | Bifrost field sponsorship_text_color: sponsorship text color. |
sponsorship_alt_text_color | character | Bifrost field sponsorship_alt_text_color: sponsorship alt text color. |
sponsorship_start_date | character | Bifrost field sponsorship_start_date: sponsorship start date. |
sponsorship_end_date | character | Bifrost field sponsorship_end_date: sponsorship end date. |
Returns — fox_league_odds / foxLeagueOdds
| col_name | type | description |
|---|---|---|
id | character | Bifrost league_odds field id. |
name | character | Bifrost league_odds field name. |
uri | character | Bifrost league_odds field uri. |
web_url | character | Bifrost league_odds field webUrl. |
parameters | list | Bifrost league_odds field parameters. |
selected | logical | Bifrost league_odds field selected. |
Returns — fox_league_playernews / foxLeaguePlayernews
| col_name | type | description |
|---|---|---|
image_url | character | Bifrost field image_url: image URL. |
image_type | character | Bifrost field image_type: image type. |
image_alt_text | character | Bifrost field image_alt_text: image alt text. |
title | character | Bifrost field title: title. |
subtitle | character | Bifrost field subtitle: subtitle. |
headline | character | Bifrost field headline: headline. |
description | character | Bifrost field description: description. |
impact_title | character | Bifrost field impact_title: impact title. |
impact | character | Bifrost field impact: impact. |
entity_link_title | character | Bifrost field entity_link_title: entity link title. |
entity_link_web_url | character | Bifrost field entity_link_web_url: entity link web URL. |
entity_link_color | character | Bifrost field entity_link_color: entity link color. |
entity_link_image_url | character | Bifrost field entity_link_image_url: entity link image URL. |
entity_link_image_type | character | Bifrost field entity_link_image_type: entity link image type. |
entity_link_image_alt_text | character | Bifrost field entity_link_image_alt_text: entity link image alt text. |
entity_link_content_uri | character | Bifrost field entity_link_content_uri: entity link content URI. |
entity_link_content_type | character | Bifrost field entity_link_content_type: entity link content type. |
entity_link_layout_path | character | Bifrost field entity_link_layout_path: entity link layout path. |
entity_link_layout_tokens_id | character | Bifrost field entity_link_layout_tokens_id: entity link layout tokens ID. |
entity_link_layout_tokens_content_uri | character | Bifrost field entity_link_layout_tokens_content_uri: entity link layout tokens content URI. |
entity_link_analytics_name | character | Bifrost field entity_link_analytics_name: entity link analytics name. |
entity_link_analytics_sport | character | Bifrost field entity_link_analytics_sport: entity link analytics sport. |
entity_link_type | character | Bifrost field entity_link_type: entity link type. |
entity_link_alternate_image_url | character | Bifrost field entity_link_alternate_image_url: entity link alternate image URL. |
alternate_image_url | character | Bifrost field alternate_image_url: alternate image URL. |
date | character | Bifrost field date: date. |
source | character | Bifrost field source: source. |
Returns — fox_league_polls / foxLeaguePolls
| col_name | type | description |
|---|---|---|
section_id | character | Bifrost league_polls field id. |
section_title | character | Bifrost league_polls field title. |
section_page_title | character | Bifrost league_polls field pageTitle. |
section_last_updated | character | Bifrost league_polls field lastUpdated. |
section_metadata | list | Bifrost league_polls field metadata. |
Returns — fox_league_schedule / foxLeagueSchedule
| col_name | type | description |
|---|---|---|
group_title | character | Bifrost league_schedule field title. |
Returns — fox_league_scores / foxLeagueScores
| col_name | type | description |
|---|---|---|
group_title | character | Bifrost league_scores field title. |
Returns — fox_league_standings / foxLeagueStandings
| col_name | type | description |
|---|---|---|
section_id | character | Bifrost league_standings field id. |
section_title | character | Bifrost league_standings field title. |
section_page_title | character | Bifrost league_standings field pageTitle. |
section_last_updated | character | Bifrost league_standings field lastUpdated. |
section_metadata | list | Bifrost league_standings field metadata. |
Returns — fox_league_stats / foxLeagueStats
| col_name | type | description |
|---|---|---|
title | character | Bifrost field title: title. |
leaders | character | Bifrost field leaders: leaders. |
Returns — fox_league_stats_con / foxLeagueStatsCon
| col_name | type | description |
|---|---|---|
id | character | Bifrost field id: ID. |
table_template | character | Bifrost field table_template: table template. |
table_headers | character | Bifrost field table_headers: table headers. |
table_rows | character | Bifrost field table_rows: table rows. |
legend_details | character | Bifrost field legend_details: legend details. |
Returns — fox_league_teamnav / foxLeagueTeamnav
| col_name | type | description |
|---|---|---|
title | character | Bifrost league_teamnav field title. |
logo_url | character | Bifrost league_teamnav field logoUrl. |
image_type | character | Bifrost league_teamnav field imageType. |
image_alt_text | character | Bifrost league_teamnav field imageAltText. |
entity_link | list | Bifrost league_teamnav field entityLink. |
template | character | Bifrost league_teamnav field template. |
alternate_logo_url | character | Bifrost league_teamnav field alternateLogoUrl. |
Returns — fox_scoreboard / foxScoreboard
| col_name | type | description |
|---|---|---|
group_title | character | Bifrost scoreboard field title. |
Returns — fox_search_content / foxSearchContent
| col_name | type | description |
|---|---|---|
title | character | Bifrost search_content field title. |
components | list | Bifrost search_content field components. |
Returns — fox_search_entities / foxSearchEntities
| col_name | type | description |
|---|---|---|
title | character | Bifrost search_entities field title. |
components | list | Bifrost search_entities field components. |
Returns — fox_search_popular / foxSearchPopular
| col_name | type | description |
|---|---|---|
components | character | Bifrost field components: components. |
Returns — fox_team_gamelog / foxTeamGamelog
| col_name | type | description |
|---|---|---|
id | character | Bifrost team_gamelog field id. |
tables | list | Bifrost team_gamelog field tables. |
legend | list | Bifrost team_gamelog field legend. |
more_link | list | Bifrost team_gamelog field moreLink. |
Returns — fox_team_header / foxTeamHeader
| col_name | type | description |
|---|---|---|
text | character | Bifrost field text: text. |
Returns — fox_team_roster / foxTeamRoster
| col_name | type | description |
|---|---|---|
group_template | character | Bifrost team_roster field template. |
group_headers | list | Bifrost team_roster field headers. |
Returns — fox_team_standings / foxTeamStandings
| col_name | type | description |
|---|---|---|
section_id | character | Bifrost field section_id: section ID. |
section_title | character | Bifrost field section_title: section title. |
section_page_title | character | Bifrost field section_page_title: section page title. |
section_last_updated | character | Bifrost field section_last_updated: section last updated. |
section_legend_details | character | Bifrost field section_legend_details: section legend details. |
section_metadata_parameters_standings_type | character | Bifrost field section_metadata_parameters_standings_type: section metadata parameters standings type. |
section_metadata_parameters_league_name | character | Bifrost field section_metadata_parameters_league_name: section metadata parameters league name. |
section_metadata_parameters_team_name | character | Bifrost field section_metadata_parameters_team_name: section metadata parameters team name. |
section_metadata_parameters_season | character | Bifrost field section_metadata_parameters_season: section metadata parameters season. |
template | character | Bifrost field template: template. |
headers | character | Bifrost field headers: headers. |
rows | character | Bifrost field rows: rows. |
Returns — fox_team_stats / foxTeamStats
| col_name | type | description |
|---|---|---|
title | character | Bifrost field title: title. |
leaders | character | Bifrost field leaders: leaders. |
Returns — fox_topevents_scoreboard_segment / foxTopeventsScoreboardSegment
| col_name | type | description |
|---|---|---|
id | character | Bifrost topevents_scoreboard_segment field id. |
template | character | Bifrost topevents_scoreboard_segment field template. |
title | character | Bifrost topevents_scoreboard_segment field title. |
hide_league | logical | Bifrost topevents_scoreboard_segment field hideLeague. |
image | list | Bifrost topevents_scoreboard_segment field image. |
events | list | Bifrost topevents_scoreboard_segment field events. |
uri | character | Bifrost topevents_scoreboard_segment field uri. |
title_link | list | Bifrost topevents_scoreboard_segment field titleLink. |
header_text | character | Bifrost topevents_scoreboard_segment field headerText. |
header_link | list | Bifrost topevents_scoreboard_segment field headerLink. |
Returns — fox_trending_articles / foxTrendingArticles
| col_name | type | description |
|---|---|---|
data_existing_total | integer | Bifrost field data_existing_total: data existing total. |
data_results | character | Bifrost field data_results: data results. |
data_request_type | character | Bifrost field data_request_type: data request type. |
data_request_content_type | character | Bifrost field data_request_content_type: data request content type. |
data_request_internal | logical | Bifrost field data_request_internal: data request internal. |
data_request_platform | character | Bifrost field data_request_platform: data request platform. |
data_request_params | character | Bifrost field data_request_params: data request params. |
data_request_path_params_proxy | character | Bifrost field data_request_path_params_proxy: data request path params proxy. |
data_status_success | logical | Bifrost field data_status_success: data status success. |
data_status_code | integer | Bifrost field data_status_code: data status code. |
Returns — fox_trending_videos / foxTrendingVideos
| col_name | type | description |
|---|---|---|
data_existing_total | integer | Bifrost field data_existing_total: data existing total. |
data_results | character | Bifrost field data_results: data results. |
data_request_type | character | Bifrost field data_request_type: data request type. |
data_request_content_type | character | Bifrost field data_request_content_type: data request content type. |
data_request_internal | logical | Bifrost field data_request_internal: data request internal. |
data_request_platform | character | Bifrost field data_request_platform: data request platform. |
data_request_params | character | Bifrost field data_request_params: data request params. |
data_request_path_params_proxy | character | Bifrost field data_request_path_params_proxy: data request path params proxy. |
data_status_success | logical | Bifrost field data_status_success: data status success. |
data_status_code | integer | Bifrost field data_status_code: data status code. |