文档
测试

获取荣誉列表

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

接口描述

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

请求参数

参数名
类型
描述
必填
user
string
用户名
必填
secret
string
用户密钥
必填
id
string
必填
time
string
必填
limit
string
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
query
object
数据字典
必填
total
int
示例:705
必填
type
string
示例:sequence
必填
id
int
示例:0
必填
min_id
int
示例:100
必填
max_id
int
示例:919
必填
limit
int
示例:1000
必填
results
array
数据列表
必填
id
int
示例:100
必填
title_zh
string
示例:摩尔多瓦国家联赛冠军
必填
updated_at
int
示例:1590616919
必填
logo
string
示例:https://cdn.sportnanoapi.com/football/honor/100.png
必填

说明 / 示例

{ "code": 0, "query": { "total": 705, "type": "sequence", "id": 0, "min_id": 100, "max_id": 919, "limit": 1000 }, "results": [ { "id": 100, "title_zh": "摩尔多瓦国家联赛冠军", "updated_at": 1590616919, "logo": "https://cdn.sportnanoapi.com/football/honor/100.png" }, { "id": 101, "title_zh": "斯洛文尼亚杯冠军", "updated_at": 1574546514, "logo": "https://cdn.sportnanoapi.com/football/honor/101.png" }, { "id": 102, "title_zh": "欧洲杯冠军", "updated_at": 1590616919, "logo": "https://cdn.sportnanoapi.com/football/honor/102.png" }]}