- Quick Start
- API指南
- API Documentation
- Score of Sports
- Basic Data
- 1. Sports Type
- 2. Region
- 3. Country
- 4. League
- 5. Series Interface
- 6.Stage Interface
- 7. Team Interface
- 8. Player Interface
- 9.Coach Interface
- 10.Referee Interface
- 11.Venue Interface
- 12.Honor Interface
- 1. Sports Type
- Real-time Data
- 指数数据
- 统计数据
- 高阶数据
- 历史数据
- 比赛对应接口
- 长链接推送
- Basic Data
- 电竞比分
- 体彩数据
- 媒体数据
- 动画直播
- 常见问题
- 更新日志
Football Team Details
GET
/sport/api/v3/base/202/team
This interface returns the team details data of the requested parameters.
Recommended request:
When needed, actively request to obtain data.
Frequency limit: 30 times/min
Obtain detailed data of the football team. (Different sports paths are different)
Request
Query Params
team_id
string
required
Example:
2277
language
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/sport/api/v3/base/202/team?team_id=2277&language'
Responses
🟢200success
application/json
Body
code
integer
错误码
data
object
required
list
array [object {20}]
required
total
integer
required
msg
string
接口响应数据
Example
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"team_id": 2277,
"name": "西汉姆联",
"name_en": "West Ham United Football Club",
"abbr": "西汉姆联",
"abbr_en": "BCC Derthona Basket (W)",
"logo": "/202/team/8a623179968039cd4e66712f713b19a3.png",
"league_id": 102,
"status": "normal",
"country_id": 13,
"coach_id": 14,
"venue_id": 15,
"foundation_time": 1895,
"website": "whufc.com",
"national": 0,
"market_value": 483500000,
"market_value_currency": "€",
"players": [
1025111
],
"lang": {
"name_zh": "",
"name_zh_tw": "",
"name_en": "",
"name_es": "",
"name_pt_br": "",
"name_fr": "",
"name_tr": "",
"name_de": "",
"name_sv": "",
"name_el": "",
"name_ru": "",
"name_uk": "",
"name_da": "",
"name_pl": "",
"name_ko": "",
"name_nl": "",
"name_ms": "",
"name_tl": "",
"name_vi": "",
"name_ar": "",
"name_th": "",
"name_hi": "",
"name_ja": ""
},
"update_time": 1733466364
}
],
"total": 1
},
"msg": "success"
}
Modified at 2025-06-20 03:58:31