奥运奖牌排行榜
https://apix.iqfk.top/api/olympics接口描述
奥运奖牌排行榜,数据来源开源项目:60s API
请求参数
请求示例
var axios = require('axios')
var config = {
method: 'get',
url: ''
}
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data))
})
.catch(function (error) {
console.log(error)
})axios
ajax
fetch
xhr
php
python
返回示例
{
"code": 200,
"message": "获取成功,开源地址 https://github.com/vikiboss/60s,反馈群 595941841",
"data": {
"event_id": "wmr-owg2026",
"event_name": "2026 米兰科尔蒂纳冬奥会",
"updated": "2026-02-14 22:46:06",
"updated_at": 1771080366622,
"list": [
{
"rank": 1,
"code": "NOR",
"country": "挪威",
"gold": 9,
"silver": 3,
"bronze": 7,
"total": 19,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/NOR.png"
},
{
"rank": 2,
"code": "ITA",
"country": "意大利",
"gold": 6,
"silver": 3,
"bronze": 9,
"total": 18,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/ITA.png"
},
{
"rank": 3,
"code": "USA",
"country": "美国",
"gold": 4,
"silver": 8,
"bronze": 4,
"total": 16,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/USA.png"
},
{
"rank": 4,
"code": "FRA",
"country": "法国",
"gold": 4,
"silver": 5,
"bronze": 1,
"total": 10,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/FRA.png"
},
{
"rank": 5,
"code": "GER",
"country": "德国",
"gold": 4,
"silver": 4,
"bronze": 3,
"total": 11,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/GER.png"
},
{
"rank": 6,
"code": "SWE",
"country": "瑞典",
"gold": 4,
"silver": 4,
"bronze": 1,
"total": 9,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/SWE.png"
},
{
"rank": 7,
"code": "SUI",
"country": "瑞士",
"gold": 4,
"silver": 2,
"bronze": 3,
"total": 9,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/SUI.png"
},
{
"rank": 8,
"code": "AUT",
"country": "奥地利",
"gold": 3,
"silver": 6,
"bronze": 3,
"total": 12,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/AUT.png"
},
{
"rank": 9,
"code": "JPN",
"country": "日本",
"gold": 3,
"silver": 3,
"bronze": 8,
"total": 14,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/JPN.png"
},
{
"rank": 10,
"code": "NED",
"country": "荷兰",
"gold": 3,
"silver": 3,
"bronze": 1,
"total": 7,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/NED.png"
},
{
"rank": 11,
"code": "AUS",
"country": "澳大利亚",
"gold": 3,
"silver": 1,
"bronze": 0,
"total": 4,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/AUS.png"
},
{
"rank": 12,
"code": "CZE",
"country": "捷克",
"gold": 2,
"silver": 2,
"bronze": 0,
"total": 4,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/CZE.png"
},
{
"rank": 13,
"code": "KOR",
"country": "韩国",
"gold": 1,
"silver": 1,
"bronze": 2,
"total": 4,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/KOR.png"
},
{
"rank": 14,
"code": "SLO",
"country": "斯洛文尼亚",
"gold": 1,
"silver": 1,
"bronze": 0,
"total": 2,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/SLO.png"
},
{
"rank": 15,
"code": "BRA",
"country": "巴西",
"gold": 1,
"silver": 0,
"bronze": 0,
"total": 1,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/BRA.png"
},
{
"rank": 16,
"code": "KAZ",
"country": "哈萨克斯坦",
"gold": 1,
"silver": 0,
"bronze": 0,
"total": 1,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/KAZ.png"
},
{
"rank": 17,
"code": "GBR",
"country": "英国",
"gold": 1,
"silver": 0,
"bronze": 0,
"total": 1,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/GBR.png"
},
{
"rank": 18,
"code": "CAN",
"country": "加拿大",
"gold": 0,
"silver": 3,
"bronze": 4,
"total": 7,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/CAN.png"
},
{
"rank": 19,
"code": "CHN",
"country": "中国",
"gold": 0,
"silver": 2,
"bronze": 2,
"total": 4,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/CHN.png"
},
{
"rank": 20,
"code": "POL",
"country": "波兰",
"gold": 0,
"silver": 2,
"bronze": 0,
"total": 2,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/POL.png"
},
{
"rank": 21,
"code": "NZL",
"country": "新西兰",
"gold": 0,
"silver": 1,
"bronze": 1,
"total": 2,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/NZL.png"
},
{
"rank": 22,
"code": "LAT",
"country": "拉脱维亚",
"gold": 0,
"silver": 1,
"bronze": 0,
"total": 1,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/LAT.png"
},
{
"rank": 23,
"code": "BUL",
"country": "保加利亚",
"gold": 0,
"silver": 0,
"bronze": 2,
"total": 2,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/BUL.png"
},
{
"rank": 24,
"code": "FIN",
"country": "芬兰",
"gold": 0,
"silver": 0,
"bronze": 2,
"total": 2,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/FIN.png"
},
{
"rank": 25,
"code": "BEL",
"country": "比利时",
"gold": 0,
"silver": 0,
"bronze": 1,
"total": 1,
"flag": "https://gstatic.olympics.com/s3/noc/oly/3x2/BEL.png"
}
]
}
}