文档
测试

获取球队列表

GET
https://open.sportnanoapi.com/api/v4/basketball/team/list

接口描述

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

请求参数

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

响应参数

参数名
类型
描述
必填
code
必填
query
查询情况
必填
type
查询类型,id查询:sequence、time查询:time,默认sequence
必填
results
赛事列表
必填

说明 / 示例

{ "code": 0, "query": { "total": 5, "type": "sequence", "id": 0, "min_id": 10101, "max_id": 10105, "limit": 5 }, "results": [ { "id": 10101, "competition_id": 10, "conference_id": 0, "name_zh": "不来梅艾斯巴伦", "short_name_zh": "不来梅艾斯巴伦", "name_zht": "不來梅艾斯巴倫", "short_name_zht": "不來梅艾斯巴倫", "name_en": "Eisbaren Bremerhaven", "short_name_en": "Eisbaren Bremerhaven", "logo": "https://cdn.sportnanoapi.com/basketball/team/f81d84cb64c7d608b7574804dab28f39.jpg", "updated_at": 1539273107 }, { "id": 10102, "competition_id": 5, "conference_id": 0, "name_zh": "釜山KT音速弹", "short_name_zh": "釜山KT音速弹", "name_zht": "釜山音速彈", "short_name_zht": "釜山音速彈", "name_en": "Busan KTF Magicwings", "short_name_en": "Busan KTF Magicwings", "logo": "https://cdn.sportnanoapi.com/basketball/team/624b1a84ff50919f44835640108bdd42.png", "updated_at": 1570701934 }, { "id": 10103, "competition_id": 5, "conference_id": 0, "name_zh": "首尔三星雷电", "short_name_zh": "首尔三星雷电", "name_zht": "首爾雷電", "short_name_zht": "首爾雷電", "name_en": "Seoul Samsung Thunders", "short_name_en": "Seoul Samsung Thunders", "logo": "https://cdn.sportnanoapi.com/basketball/team/9adc8e5768f7787b81ad366fed7b5edd.png", "updated_at": 1577857349 }, { "id": 10104, "competition_id": 5, "conference_id": 0, "name_zh": "蔚山现代太阳神", "short_name_zh": "蔚山现代太阳神", "name_zht": "蔚山現代太陽神", "short_name_zht": "蔚山現代太陽神", "name_en": "Ulsan Mobis Phoebus", "short_name_en": "Phoebus", "logo": "https://cdn.sportnanoapi.com/basketball/team/b564f722f6e368e52eb5a652040db913.png", "updated_at": 1570957876 }, { "id": 10105, "competition_id": 5, "conference_id": 0, "name_zh": "昌原LG猎隼", "short_name_zh": "昌原LG猎隼", "name_zht": "昌原獵隼", "short_name_zht": "昌原獵隼", "name_en": "Changwon LG Sakers", "short_name_en": "Changwon LG Sakers", "logo": "https://cdn.sportnanoapi.com/basketball/team/8aa3fbd4db6b74d005015ab58ddc7181.png", "updated_at": 1572518057 } ] }