文档
测试

获取教练列表

GET
https://open.sportnanoapi.com/api/v4/football/manager/list?user=cmqp&secret=72186080619b93ec687ccb5f0800321c

接口描述

返回教练数据列表,可以根据时间戳增量获取新增或变动的数据

请求参数

参数名
类型
描述
必填
user
string
用户名
必填
secret
string
用户密钥
必填
id
integer
查询大于等于id的记录,根据id排序
必填
time
integer
查询大于等于更新时间的记录(时间戳),根据更新时间排序
必填
limit
integer
返回数据最大数,默认为1000,最大为1000
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
query
object
数据字典
必填
total
int
示例:1000
必填
type
string
示例:sequence
必填
id
int
示例:0
必填
min_id
int
示例:1000
必填
max_id
int
示例:1999
必填
limit
int
示例:1000
必填
results
array
数据列表
必填
id
int
示例:1000
必填
team_id
int
示例:21064
必填
name_zh
string
示例:杰夫·施特拉塞尔
必填
name_en
string
示例:Jeff Strasser
必填
logo
string
示例:1616af640936bf195c72184106286911.png
必填
age
int
示例:45
必填
birthday
int
示例:150163200
必填
preferred_formation
string
示例:4-2-3-1
必填
nationality
string
示例:
必填
updated_at
int
示例:1569918325
必填

说明 / 示例

{ "code": 0, "query": { "total": 1000, "type": "sequence", "id": 0, "min_id": 1000, "max_id": 1999, "limit": 1000 }, "results": [ { "id": 1000, "team_id": 21064, "name_zh": "杰夫·施特拉塞尔", "name_en": "Jeff Strasser", "logo": "1616af640936bf195c72184106286911.png", "age": 45, "birthday": 150163200, "preferred_formation": "4-2-3-1", "nationality": "", "updated_at": 1569918325 }, { "id": 1001, "team_id": 10000, "name_zh": "马尔科·罗斯", "name_en": "Marco Rose", "logo": "a7cd4c9611a115c4dff98f4d7bbd7193.png", "age": 43, "birthday": 211248000, "preferred_formation": "4-3-1-2", "nationality": "", "updated_at": 1573195512 }, { "id": 1002, "team_id": 10016, "name_zh": "尼科·科瓦奇", "name_en": "Niko Kovač", "logo": "5b740380f2d52250448e2d2e6d6ff496.jpg", "age": 48, "birthday": 56332800, "preferred_formation": "4-2-3-1", "nationality": "", "updated_at": 1577348169 }, { "id": 1003, "team_id": 10047, "name_zh": "达尔道伊·帕尔", "name_en": "Pal Dardai", "logo": "b1fdb00e00afd5b5148acb2dbc8624f2.png", "age": 43, "birthday": 195782400, "preferred_formation": "4-2-3-1", "nationality": "", "updated_at": 1569919765 }, { "id": 1004, "team_id": 0, "name_zh": "托马斯·克里斯蒂安森", "name_en": "Thomas Christiansen", "logo": "341e312cfb2f06524bdb596c5b87a5bc.png", "age": 46, "birthday": 100656000, "preferred_formation": "4-2-3-1", "nationality": "", "updated_at": 1562663484 }]}