[{"name":"Manchester City FC","founded":1880,"address":"Rowsley Street","country":"England","city":"Manchester","stadium":"Etihad Stadium","capacity":55097,"phone":"+44 (870) 062 1894","fax":"+44 (161) 438 7999","email":"[email protected]"}]
curl --location --request POST 'https://zylalabs.com/api/6246/manchester+city+api/8807/manchester+city+info' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"attackers":["Omar Marmoush","E. Haaland","J. Doku","Savinho"]}]
curl --location --request POST 'https://zylalabs.com/api/6246/manchester+city+api/8808/manchester+city+squad' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"position":"Required"}'
[{"name":"J. Doku","age":22,"position":"A","total_played":893,"matches":{"played":17,"goals":10,"assists":7,"yellow_cards":7,"red_cards":11,"substitutions_in":3,"substitutions_out":4}}]
curl --location --request POST 'https://zylalabs.com/api/6246/manchester+city+api/8809/manchester+city+player+statistics' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"player":"Required"}'
[{"next_matches":[{"date":"11\/01\/25","competition":"FAC","home_team":"Manchester City","away_team":"Salford City","score_time":"View events"},{"date":"08\/02\/25","competition":"FAC","home_team":"Manchester City","away_team":"Leyton Orient","score_time":"View events"}]}]
curl --location --request POST 'https://zylalabs.com/api/6246/manchester+city+api/8810/manchester+city+fixture' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"competition":"Required"}'
[{"Premier_League":{"Winner":{"Count":10,"Years":["2023\/2024","2022\/2023","2021\/2022","2020\/2021","2018\/2019","2017\/2018","2013\/2014","2011\/2012","1967\/1968","1936\/1937"]},"Runner_up":{"Count":6,"Years":["2019\/2020","2014\/2015","2012\/2013","1976\/1977","1920\/1921","1903\/1904"]}}}]
curl --location --request POST 'https://zylalabs.com/api/6246/manchester+city+api/8811/manchester+city+trophies' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"competition":"Required"}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 曼彻斯特城 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
曼彻斯特城API专注于提供有关曼彻斯特城足球俱乐部的详细信息,这是英超联赛中最顶尖的球队之一。它处理各种类型的数据字段,包括比赛安排、球员统计、历史比赛结果和球队排名。数据采用JSON格式结构化,包含特定字段,如'match_id'、'date'、'opponent'、'score'、'player_name'、'goals'和'assists',便于集成到应用程序中。领域特定术语包括'fixtures'(比赛安排)用于已安排的比赛,'statistics'(统计)用于球员表现指标,以及'standings'(排名)用于联赛位置。该API遵循RESTful标准,确保与GET和POST等标准HTTP方法的兼容性。技术要求包括通过API密钥进行身份验证和速率限制,以管理请求负载。输出格式为JSON,结构化以提供清晰简明的数据供开发人员使用,使他们能够构建实时跟踪曼彻斯特城表现的应用程序。
曼城API提供了全面的数据访问,包括比赛安排 球员统计 历史比赛结果和球队排名
数据采用JSON格式结构化,具有特定字段,比如'match_id'、'date'、'opponent'、'score'、'player_name'、'goals'和'assists',便于集成到应用程序中
要使用曼彻斯特城API,您需要通过API密钥进行身份验证,并遵守速率限制以管理请求负载
曼彻斯特城API遵循RESTful标准并支持标准HTTP方法,如GET和POST用于数据检索和提交