{"teams":["Brasil","Alemania","Argentina","Italia","Francia","Inglaterra","Espa\u00f1a","Pa\u00edses Bajos","Uruguay","B\u00e9lgica","Suecia","Rusia","M\u00e9xico","Serbia","Portugal","Polonia","Suiza","Hungr\u00eda","Croacia","Rep\u00fablica Checa","Austria","Chile","Estados Unidos","Dinamarca","Paraguay","Corea del Sur","Colombia","Rumania","Jap\u00f3n","Costa Rica","Camer\u00fan","Marruecos","Nigeria","Escocia","Senegal","Ghana","Per\u00fa","Ecuador","Bulgaria","Turqu\u00eda","Australia","Irlanda","Irlanda del Norte","T\u00fanez","Arabia Saudita","Ir\u00e1n","Argelia","Costa de Marfil","Sud\u00e1frica","Noruega","Alemania Democr\u00e1tica","Grecia","Ucrania","Gales","Eslovaquia","Eslovenia","Cuba","Corea del Norte","Bosnia y Herzegovina","Jamaica","Nueva Zelanda","Honduras","Angola","Israel","Egipto","Islandia","Kuwait","Trinidad y Tobago","Bolivia","Irak","Togo","Catar","Indonesia","Panam\u00e1","Emiratos \u00c1rabes Unidos","China","Canad\u00e1","Hait\u00ed","Rep\u00fablica Democr\u00e1tica del Congo","El Salvador"]}
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8481/get+world+cup+participants' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{"country":"Portugal","total_matches":35}
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8482/get+match+played' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
{"country":"Portugal","total_wins":17}
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8483/get+total+wins' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
{"country":"Portugal","total_draws":6}
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8484/get+total+draws' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
{"country":"Portugal","total_losses":12}
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8485/get+total+losses' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
[{"country":"Portugal","total_goals_scored":61}]
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8486/get+goal+scrored' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
[{"country":"Argentina","titles_won":3}]
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8487/get+titles+won' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
[{"year":1934,"team":"Portugal","position":"-"}]
curl --location --request POST 'https://zylalabs.com/api/6150/world+cup+stats+api/8488/get+historical+world+cup+statistics' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 世界杯统计 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
世界杯统计API提供了关于国际足联世界杯的全面统计数据,包括球队名称、比赛结果、锦标赛排名以及自1930年至2022年所有参赛队伍的历史表现指标
世界杯统计API涵盖了自1930年至2022年间参加过22届世界杯的80个国家队的数据
是的,世界杯统计API允许您检索特定团队的历史表现指标,使您能够分析他们在国际足联世界杯中的过去表现
世界杯统计API提供截至2022年国际足联世界杯的数据,虽然包含历史数据,但未来比赛的任何更新或新增数据将依赖于其提供者对API的维护和更新
每个端点返回与国际足联世界杯相关的特定统计数据。例如,“获取世界杯参赛队伍”端点返回国家队列表,而“获取总胜利场次”提供特定国家赢得的比赛总数
关键字段因端点而异 对于“获取总胜利”,响应包括“国家”和“总胜利” “获取历史世界杯统计数据”端点返回“年份”“球队”和“位置” 提供详细的表现指标
大多数端点需要一个“国家”参数来指定要检索哪个国家队的数据。例如,要获取进行的总比赛,您需要指定国家名称,例如“葡萄牙”
响应数据采用JSON格式结构。例如,“获取总进球数”端点返回一个数组,其中包含一个包含“国家”和“总进球数”的对象,使其易于在应用程序中解析和使用
每个端点提供不同的信息:“获取比赛结果”显示总比赛数量,“获取总平局”表示平局比赛,“获取赢得的标题”揭示世界杯标题数量,允许进行全面的团队分析
用户可以分析数据以比较团队表现、跟踪历史趋势或创建可视化。例如,使用“获取历史世界杯统计数据”,用户可以绘制一个团队多年来的表现
典型的使用案例包括体育分析 历史研究 和粉丝互动 开发者可以创建显示团队统计数据 生成报告 或提供有关世界杯历史的见解
数据准确性通过对官方国际足联记录和历史数据库的严格来源保持质量检查确保统计数据反映经过验证的比赛结果和锦标赛结果