baidu-milan-winter-olympics-2026

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

2026年米兰冬奥会数据获取

2026 Milan Winter Olympics Data Retrieval

技能概述

Skill Overview

此技能用于获取2026年米兰冬奥会的以下数据:
This skill is used to retrieve the following data for the 2026 Milan Winter Olympics:

1. 奖牌榜数据

1. Medal Standings Data

  • 各国/地区奖牌排名
  • 金牌、银牌、铜牌数量
  • 奖牌总数统计
  • 国旗图片链接
  • 详情页面链接
  • Country/region medal rankings
  • Number of gold, silver, and bronze medals
  • Total medal statistics
  • National flag image URL
  • Detail page link

2. 现场新闻报道

2. Live News Reports

  • 最新赛事新闻
  • 精彩瞬间
  • 赛后采访
  • 视频资讯
  • 赛事集锦
  • Latest event news
  • Highlight moments
  • Post-match interviews
  • Video news
  • Event highlights

3. 赛程数据

3. Competition Schedule Data

  • 全部赛程安排
  • 中国相关赛程
  • 金牌赛赛程
  • 热门赛程
  • 比赛时间、状态、项目信息
  • Full competition schedule
  • China-related competitions
  • Gold medal match schedule
  • Popular competition schedule
  • Match time, status, and event information

4. 中国队获奖名单数据

4. China Team Medal Winners Data

  • 中国队所有获奖运动员名单
  • 奖牌类型(金牌/银牌/铜牌)
  • 运动员姓名
  • 比赛项目(大项和小项)
  • 获奖时间
  • 视频集锦链接
  • 奖牌统计信息
数据来源:百度体育 (tiyu.baidu.com)
  • List of all medal-winning athletes from the Chinese team
  • Medal type (gold/silver/bronze)
  • Athlete names
  • Competition events (major and minor categories)
  • Medal-winning date
  • Video highlight links
  • Medal statistics
Data Source: Baidu Sports (tiyu.baidu.com)

获取奖牌榜数据

Retrieve Medal Standings Data

获取奖牌榜TOP30

Retrieve Top 30 Medal Standings

当用户需要查看奖牌榜前30名时:
bash
node scripts/milan-olympics.js top
When users need to view the top 30 in the medal standings:
bash
node scripts/milan-olympics.js top

获取奖牌榜TOP N

Retrieve Top N Medal Standings

获取指定数量的排名:
bash
node scripts/milan-olympics.js top 10
Retrieve a specified number of rankings:
bash
node scripts/milan-olympics.js top 10

获取完整奖牌榜

Retrieve Full Medal Standings

bash
node scripts/milan-olympics.js all
bash
node scripts/milan-olympics.js all

奖牌榜返回数据字段说明

Medal Standings Return Data Field Description

字段类型说明
ranknumber排名
countrystring国家/地区名称(中文)
countryEnstring国家/地区名称(英文)
goldnumber金牌数
silvernumber银牌数
bronzenumber铜牌数
totalnumber奖牌总数
flagUrlstring国旗图片URL
detailUrlstring详情页面URL
FieldTypeDescription
ranknumberRanking
countrystringCountry/Region Name (Chinese)
countryEnstringCountry/Region Name (English)
goldnumberNumber of gold medals
silvernumberNumber of silver medals
bronzenumberNumber of bronze medals
totalnumberTotal number of medals
flagUrlstringNational Flag Image URL
detailUrlstringDetail Page URL

获取现场新闻数据

Retrieve Live News Data

获取最新新闻列表

Retrieve Latest News List

当用户需要查看冬奥会现场新闻时:
bash
node scripts/milan-news.js list
When users need to view live news of the Winter Olympics:
bash
node scripts/milan-news.js list

获取指定数量的新闻

Retrieve a Specified Number of News Items

获取20条最新新闻:
bash
node scripts/milan-news.js list 20
Retrieve 20 latest news items:
bash
node scripts/milan-news.js list 20

按类型筛选新闻

Filter News by Type

获取"赛事集锦"类型的新闻:
bash
node scripts/milan-news.js list 10 赛事集锦
Retrieve news of the "Event Highlights" type:
bash
node scripts/milan-news.js list 10 赛事集锦

获取可用的内容类型

Retrieve Available Content Types

bash
node scripts/milan-news.js types
可用类型包括:
  • 全部
  • 热门内容
  • 赛事集锦
  • 精彩瞬间
  • 选手集锦
  • 赛后采访
  • 赛前采访
  • 项目介绍
  • 专栏节目
  • 其他
bash
node scripts/milan-news.js types
Available types include:
  • All
  • Popular Content
  • Event Highlights
  • Highlight Moments
  • Athlete Highlights
  • Post-match Interviews
  • Pre-match Interviews
  • Event Introduction
  • Column Programs
  • Others

新闻数据字段说明

News Data Field Description

字段类型说明
idstring新闻唯一标识
titlestring新闻标题
typestring内容类型:article(文章)、video(视频)、post(动态)
subTypestring内容子类型
sourcestring新闻来源
urlstring详情页面URL
imagesarray图片URL数组
videoDurationstring视频时长(仅视频类型)
videoUrlstring视频播放链接(仅视频类型)
matchIdarray关联的赛事ID
FieldTypeDescription
idstringUnique news identifier
titlestringNews title
typestringContent type: article, video, post
subTypestringContent sub-type
sourcestringNews source
urlstringDetail page URL
imagesarrayArray of image URLs
videoDurationstringVideo duration (video type only)
videoUrlstringVideo playback link (video type only)
matchIdarrayAssociated match IDs

获取中国队获奖名单数据

Retrieve China Team Medal Winners Data

获取全部获奖名单

Retrieve All Medal Winners List

当用户需要查看中国队所有获奖运动员时:
bash
node scripts/milan-china-medals.js list
When users need to view all medal-winning athletes of the Chinese team:
bash
node scripts/milan-china-medals.js list

按奖牌类型筛选

Filter by Medal Type

获取中国队的金牌获奖名单:
bash
node scripts/milan-china-medals.js list gold
获取中国队的银牌获奖名单:
bash
node scripts/milan-china-medals.js list silver
获取中国队的铜牌获奖名单:
bash
node scripts/milan-china-medals.js list bronze
Retrieve gold medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list gold
Retrieve silver medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list silver
Retrieve bronze medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list bronze

获取奖牌统计

Retrieve Medal Statistics

获取中国队奖牌统计信息(按项目和类型统计):
bash
node scripts/milan-china-medals.js stats
Retrieve medal statistics of the Chinese team (statistics by event and type):
bash
node scripts/milan-china-medals.js stats

中国队获奖名单数据字段说明

China Team Medal Winners Data Field Description

代表团信息(delegationInfo):
字段类型说明
countrystring国家名称(中文)
countryEnstring国家名称(英文)
rankstring当前排名
goldstring金牌数
silverstring银牌数
bronzestring铜牌数
delegationIdstring代表团ID
获奖记录(medals):
字段类型说明
playerNamestring运动员姓名
medalstring奖牌名称(如"第1银")
medalTypestring奖牌类型:gold/silver/bronze
medalRanknumber奖牌序号
bigMatchstring大项(如"自由式滑雪")
smallMatchstring小项(如"自由式滑雪女子坡面障碍技巧")
datestring日期(如"02月09日")
timestring时间(如"21:00")
medalTimestring时间戳
ranknumber比赛排名
detailUrlstring详情页面URL
locstring本地链接
videoInfoobject视频信息(含播放链接)
playIconArrarray播放图标数组
countrystring国家
olympicEventIdstring赛事ID
Delegation Information (delegationInfo):
FieldTypeDescription
countrystringCountry Name (Chinese)
countryEnstringCountry Name (English)
rankstringCurrent ranking
goldstringNumber of gold medals
silverstringNumber of silver medals
bronzestringNumber of bronze medals
delegationIdstringDelegation ID
Medal Records (medals):
FieldTypeDescription
playerNamestringAthlete name
medalstringMedal name (e.g., "1st Silver")
medalTypestringMedal type: gold/silver/bronze
medalRanknumberMedal serial number
bigMatchstringMajor event (e.g., "Freestyle Skiing")
smallMatchstringMinor event (e.g., "Women's Freestyle Skiing Slopestyle")
datestringDate (e.g., "02/09")
timestringTime (e.g., "21:00")
medalTimestringTimestamp
ranknumberMatch ranking
detailUrlstringDetail page URL
locstringLocal link
videoInfoobjectVideo information (including playback link)
playIconArrarrayArray of play icons
countrystringCountry
olympicEventIdstringOlympic event ID

获取赛程数据

Retrieve Competition Schedule Data

获取全部赛程

Retrieve Full Competition Schedule

bash
node scripts/milan-schedule.js all
bash
node scripts/milan-schedule.js all

获取特定日期的赛程

Retrieve Schedule for a Specific Date

bash
node scripts/milan-schedule.js all 2026-02-08
bash
node scripts/milan-schedule.js all 2026-02-08

获取中国相关赛程

Retrieve China-related Competition Schedule

bash
node scripts/milan-schedule.js china
获取特定日期的中国赛程:
bash
node scripts/milan-schedule.js china 2026-02-08
bash
node scripts/milan-schedule.js china
Retrieve China-related schedule for a specific date:
bash
node scripts/milan-schedule.js china 2026-02-08

获取金牌赛赛程

Retrieve Gold Medal Match Schedule

bash
node scripts/milan-schedule.js gold
获取特定日期的金牌赛:
bash
node scripts/milan-schedule.js gold 2026-02-08
bash
node scripts/milan-schedule.js gold
Retrieve gold medal matches for a specific date:
bash
node scripts/milan-schedule.js gold 2026-02-08

获取热门赛程

Retrieve Popular Competition Schedule

bash
node scripts/milan-schedule.js hot
bash
node scripts/milan-schedule.js hot

获取今天的赛程(综合TAB)

Retrieve Today's Schedule (Comprehensive Tab)

自动获取今天日期的全部赛程,无需手动指定日期:
bash
node scripts/milan-schedule.js today
Automatically retrieve the full schedule for today, no need to manually specify the date:
bash
node scripts/milan-schedule.js today

获取明天的赛程(综合TAB)

Retrieve Tomorrow's Schedule (Comprehensive Tab)

自动获取明天日期的全部赛程,无需手动指定日期:
bash
node scripts/milan-schedule.js tomorrow
Automatically retrieve the full schedule for tomorrow, no need to manually specify the date:
bash
node scripts/milan-schedule.js tomorrow

获取可用的日期列表

Retrieve Available Date List

bash
node scripts/milan-schedule.js dates
bash
node scripts/milan-schedule.js dates

赛程数据字段说明

Competition Schedule Data Field Description

字段类型说明
matchIdstring比赛唯一标识
matchNamestring比赛名称
sportNamestring项目大类名称
eventNamestring具体小项名称
startTimestring开始时间(HH:mm)
startDatestring开始日期(YYYY-MM-DD)
startDateTimestring完整开始时间
statusstring比赛状态(未开赛、进行中、已结束等)
statusIdstring状态ID
descstring比赛描述/备注
isChinaboolean是否中国相关赛程
isGoldboolean是否金牌赛
isHotboolean是否热门赛程
isMedalboolean是否奖牌赛
hasLiveboolean是否有直播
participantstring参赛类型(单人/团体)
detailUrlstring详情页面URL
iconArrarray图标标签数组
FieldTypeDescription
matchIdstringUnique match identifier
matchNamestringMatch name
sportNamestringMajor sport category name
eventNamestringSpecific minor event name
startTimestringStart time (HH:mm)
startDatestringStart date (YYYY-MM-DD)
startDateTimestringFull start time
statusstringMatch status (Not started, In progress, Completed, etc.)
statusIdstringStatus ID
descstringMatch description/notes
isChinabooleanWhether it is a China-related competition
isGoldbooleanWhether it is a gold medal match
isHotbooleanWhether it is a popular competition
isMedalbooleanWhether it is a medal match
hasLivebooleanWhether live broadcast is available
participantstringParticipant type (Individual/Team)
detailUrlstringDetail page URL
iconArrarrayArray of icon tags

获取运动项目列表

Retrieve Sports Event List

查看所有可用的运动项目及其ID:
bash
node scripts/milan-schedule.js sports
返回数据结构:
  • hot: 热门项目列表(包含热度值)
  • other: 其他项目列表
常见运动项目ID对照:
项目名称ID
短道速滑302
花样滑冰217
速度滑冰103
单板滑雪222
自由式滑雪221
冰壶212
冰球113
高山滑雪115
雪车213
雪橇214
钢架雪车307
跳台滑雪215
越野滑雪220
滑雪登山615
北欧两项216
冬季两项218
View all available sports events and their IDs:
bash
node scripts/milan-schedule.js sports
Return data structure:
  • hot: List of popular sports events (including popularity values)
  • other: List of other sports events
Common Sports Event ID Mapping:
Event NameID
Short Track Speed Skating302
Figure Skating217
Speed Skating103
Snowboarding222
Freestyle Skiing221
Curling212
Ice Hockey113
Alpine Skiing115
Bobsleigh213
Luge214
Skeleton307
Ski Jumping215
Cross-Country Skiing220
Ski Mountaineering615
Nordic Combined216
Biathlon218

获取指定运动项目的赛程

Retrieve Schedule for a Specified Sports Event

查询特定运动项目的赛程安排:
bash
undefined
Query the schedule for a specific sports event:
bash
undefined

获取短道速滑所有赛程

Retrieve all schedules for Short Track Speed Skating

node scripts/milan-schedule.js sport 302
node scripts/milan-schedule.js sport 302

获取特定日期的短道速滑赛程

Retrieve Short Track Speed Skating schedule for a specific date

node scripts/milan-schedule.js sport 302 2026-02-10
undefined
node scripts/milan-schedule.js sport 302 2026-02-10
undefined

获取中国指定运动项目的赛程

Retrieve China-related Schedule for a Specified Sports Event

查询中国队在特定运动项目的赛程:
bash
undefined
Query the Chinese team's schedule for a specific sports event:
bash
undefined

获取中国短道速滑赛程

Retrieve Chinese team's Short Track Speed Skating schedule

node scripts/milan-schedule.js china-sport 302
node scripts/milan-schedule.js china-sport 302

获取特定日期中国短道速滑赛程

Retrieve Chinese team's Short Track Speed Skating schedule for a specific date

node scripts/milan-schedule.js china-sport 302 2026-02-10
undefined
node scripts/milan-schedule.js china-sport 302 2026-02-10
undefined

作者介绍

Author Introduction

  • 爱海贼的无处不在
  • 我的微信公众号:无处不在的技术
  • Everywhere Who Loves One Piece
  • My WeChat Official Account: Ubiquitous Technology

注意事项

Notes

  • 数据从百度体育网页实时抓取,可能存在短暂延迟
  • 奖牌榜数据会随着比赛进行不断更新
  • 排名规则遵循国际奥委会标准(先按金牌数,再按银牌数,再按铜牌数)
  • 新闻内容实时更新,包含文字报道、图片和视频
  • 赛程数据包含比赛时间、项目、状态等信息
  • Data is scraped in real-time from Baidu Sports, so there may be a slight delay
  • Medal standings data will be continuously updated as competitions progress
  • Ranking rules follow the International Olympic Committee standards (first by gold medal count, then silver, then bronze)
  • News content is updated in real-time, including text reports, images, and videos
  • Schedule data includes match time, event, status, and other information