1. 基础数据

1.1. 国家列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─countryId

int32

国家ID

-

└─nameEn

string

国家名称(英文)

-

└─nameZh

string

国家名称(中文)

-

└─nameZht

string

国家名称(繁体中文)

-

└─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

└─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

└─code

string

编号

-

└─sort

int32

排序

-

└─image

string

图片

-

1.2. 联赛分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─leagueId

int32

联赛ID

-

└─nameEn

string

联赛名称(英文)

-

└─nameShortEn

string

联赛短名称(英文)

-

└─nameZh

string

联赛名称(中文)

-

└─nameShortZh

string

联赛短名称(中文)

-

└─nameZht

string

联赛名称(繁体中文)

-

└─nameShortZht

string

联赛短名称(繁体中文)

-

└─countryId

string

国家ID

-

└─season

string

当前赛季

-

└─dateStart

string

开始时间

-

└─dateEnd

string

结束时间

-

└─isCup

int32

赛事类型:联赛0,杯赛1

-

└─liveLineups

int32

是否有阵容

-

└─liveStats

int32

是否有球员统计

-

└─image

string

联赛图片

-

└─color

string

颜色

-

1.3. 赛季分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─seasonId

int32

赛季ID

-

└─leagueId

int32

联赛ID

-

└─name

string

赛季名称

-

└─standings

int32

积分榜:0无,1有

-

1.4. 阶段分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─stageId

int32

阶段ID

-

└─nameEn

string

阶段名称(英文)

-

└─nameZh

string

阶段名称(中文)

-

└─nameZht

string

阶段名称(繁体中文)

-

└─round

string

群组

-

└─leagueId

int32

联赛ID

-

1.5. 球队分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─teamId

int32

球队ID

-

└─type

int32

类型:0俱乐部,1国家队

-

└─nameEn

string

球队名称(英文)

-

└─nameShortEn

string

球队短名称(英文)

-

└─nameZh

string

球队名称(中文)

-

└─nameShortZh

string

球队短名称(中文)

-

└─nameZht

string

球队名称(繁体中文)

-

└─nameShortZht

string

球队短名称(繁体中文)

-

└─countryId

string

国家ID

-

└─founded

string

成立时间

-

└─venueId

int32

球场ID

-

└─image

string

球队图片

-

└─coachId

int32

教练ID

-

1.6. 球员分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─playerId

int32

球员ID

-

└─nameEn

string

球员名称(英文)

-

└─nameShortEn

string

球员短名称(英文)

-

└─nameZh

string

球员名称(中文)

-

└─nameShortZh

string

球员短名称(中文)

-

└─nameZht

string

球员名称(繁体中文)

-

└─nameShortZht

string

球员短名称(繁体中文)

-

└─firstName

string

-

└─lastName

string

-

└─number

string

号码

-

└─age

string

年龄

-

└─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

└─countryId

string

国籍

-

└─birthDate

string

生日

-

└─birthCountryId

string

出生国家

-

└─birthPlace

string

出生地

-

└─height

string

身高

-

└─weight

string

体重

-

└─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

└─marketValueEur

string

市值欧元

-

└─image

string

球员图片

-

1.7. 教练分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─coachId

int32

教练ID

-

└─nameEn

string

教练名称(英文)

-

└─nameShortEn

string

教练短名称(英文)

-

└─nameZh

string

教练名称(中文)

-

└─nameShortZh

string

教练短名称(中文)

-

└─nameZht

string

教练名称(繁体中文)

-

└─nameShortZht

string

教练短名称(繁体中文)

-

└─firstName

string

-

└─lastName

string

-

└─teamId

int32

球队ID

-

└─countryId

string

国家ID

-

└─age

string

年龄

-

└─birthDate

string

生日

-

└─birthCountryId

string

出生国家

-

└─birthPlace

string

出生地

-

└─height

string

身高

-

└─weight

string

体重

-

└─image

string

教练图片

-

1.8. 裁判分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─refereeId

int32

裁判ID

-

└─nameEn

string

裁判名称(英文)

-

└─nameZh

string

裁判名称(中文)

-

└─nameZht

string

裁判名称(繁体中文)

-

└─image

string

裁判图片

-

└─countryId

int32

国家ID

-

└─country

object

国家数据

-

     └─countryId

int32

国家ID

-

     └─nameEn

string

国家名称(英文)

-

     └─nameZh

string

国家名称(中文)

-

     └─nameZht

string

国家名称(繁体中文)

-

     └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

     └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

     └─code

string

编号

-

     └─sort

int32

排序

-

     └─image

string

图片

-

└─age

int32

年龄

-

└─birthday

string

生日

-

1.9. 场馆分页列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─venueId

int32

场馆ID

-

└─nameEn

string

场馆名称(英文)

-

└─nameZh

string

场馆名称(中文)

-

└─nameZht

string

场馆名称(繁体中文)

-

└─image

string

场馆图片

-

└─countryId

int32

国家ID

-

└─country

object

国家数据

-

     └─countryId

int32

国家ID

-

     └─nameEn

string

国家名称(英文)

-

     └─nameZh

string

国家名称(中文)

-

     └─nameZht

string

国家名称(繁体中文)

-

     └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

     └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

     └─code

string

编号

-

     └─sort

int32

排序

-

     └─image

string

图片

-

└─city

string

城市

-

└─capacity

int32

容量

-

└─builtYear

int32

建立年份

-

└─surface

string

地面

-

└─address

string

地址

-

└─location

string

定位

-

└─build

string

建造年份

-

└─status

string

近况

-

└─introduction

string

场馆介绍

-

2. 实时数据

2.1. 比赛-即时比分

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

2.2. 比赛-赛程赛果

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每10秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

date

string

true

日期(yyyy-MM-dd)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

2.3. 比赛-赛季列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

true

赛季

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

2.4. 比赛-统计列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─minute

string

分钟

-

└─second

string

-

└─overtime

string

加时

-

└─startTime

int64

上下半场开始时间

-

└─homeTeam

object

主队

-

     └─possession

string

控球率

-

     └─shotOn

int32

射正

-

     └─shotOff

int32

射偏

-

     └─corner

int32

角球

-

     └─yellow

int32

黄牌

-

     └─red

int32

红牌

-

     └─penalty

int32

点球

-

     └─attacks

int32

进攻

-

     └─dangerousAttacks

int32

危险进攻

-

     └─assists

int32

助攻

-

     └─headers

int32

头球

-

     └─turnovers

int32

丟球

-

     └─saves

int32

救球

-

     └─ownGoals

int32

乌龙

-

     └─throwIn

int32

界外球

-

     └─goalKick

int32

球门球

-

     └─tackles

int32

成功抢断

-

     └─blocks

int32

阻截

-

     └─longPasses

int32

长传

-

     └─shortPasses

int32

短传

-

     └─crosses

int32

成功传中

-

     └─fouls

int32

犯规

-

     └─offside

int32

越位

-

     └─goalkeeperSaves

int32

守门员出击

-

└─awayTeam

object

客队

-

     └─possession

string

控球率

-

     └─shotOn

int32

射正

-

     └─shotOff

int32

射偏

-

     └─corner

int32

角球

-

     └─yellow

int32

黄牌

-

     └─red

int32

红牌

-

     └─penalty

int32

点球

-

     └─attacks

int32

进攻

-

     └─dangerousAttacks

int32

危险进攻

-

     └─assists

int32

助攻

-

     └─headers

int32

头球

-

     └─turnovers

int32

丟球

-

     └─saves

int32

救球

-

     └─ownGoals

int32

乌龙

-

     └─throwIn

int32

界外球

-

     └─goalKick

int32

球门球

-

     └─tackles

int32

成功抢断

-

     └─blocks

int32

阻截

-

     └─longPasses

int32

长传

-

     └─shortPasses

int32

短传

-

     └─crosses

int32

成功传中

-

     └─fouls

int32

犯规

-

     └─offside

int32

越位

-

     └─goalkeeperSaves

int32

守门员出击

-

└─updateTime

int64

更新时间

-

└─matchId

int32

比赛ID

-

└─status

int32

比赛状态

-

└─animationId

int32

动画ID

-

└─homePlayer

array

主队球员统计

-

     └─playerId

int32

球员ID

-

     └─nameEn

string

球员名称(英文)

-

     └─nameZh

string

球员名称(中文)

-

     └─image

string

球员图片

-

     └─number

string

号码

-

     └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

     └─goals

int32

进球

-

     └─assists

int32

助攻

-

     └─shots

int32

射门

-

     └─shotsOnTarget

int32

射正

-

     └─keyPasses

int32

关键传球

-

     └─passes

int32

传球

-

     └─passesSuccessful

int32

传球成功

-

     └─tackles

int32

抢断

-

     └─interceptions

int32

拦截

-

     └─clearances

int32

解围

-

     └─fouls

int32

犯规

-

     └─foulsDrawn

int32

被犯规

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

└─awayPlayer

array

客队球员统计

-

     └─playerId

int32

球员ID

-

     └─nameEn

string

球员名称(英文)

-

     └─nameZh

string

球员名称(中文)

-

     └─image

string

球员图片

-

     └─number

string

号码

-

     └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

     └─goals

int32

进球

-

     └─assists

int32

助攻

-

     └─shots

int32

射门

-

     └─shotsOnTarget

int32

射正

-

     └─keyPasses

int32

关键传球

-

     └─passes

int32

传球

-

     └─passesSuccessful

int32

传球成功

-

     └─tackles

int32

抢断

-

     └─interceptions

int32

拦截

-

     └─clearances

int32

解围

-

     └─fouls

int32

犯规

-

     └─foulsDrawn

int32

被犯规

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

2.5. 比赛-阵容列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─homeFormation

string

主队阵型

-

└─awayFormation

string

客队阵型

-

└─homeStarters

array

主队首发

-

     └─playerId

int32

球员ID

-

     └─name

string

球员名称

-

     └─image

string

球员图片

-

     └─number

int32

号码

-

     └─position

int32

位置

-

     └─positionX

int32

位置X

-

     └─positionY

int32

位置Y

-

     └─isStarter

int32

是否首发

-

     └─substituteTime

int32

替补时间

-

     └─goals

int32

进球数

-

     └─assists

int32

助攻数

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

└─awayStarters

array

客队首发

-

     └─playerId

int32

球员ID

-

     └─name

string

球员名称

-

     └─image

string

球员图片

-

     └─number

int32

号码

-

     └─position

int32

位置

-

     └─positionX

int32

位置X

-

     └─positionY

int32

位置Y

-

     └─isStarter

int32

是否首发

-

     └─substituteTime

int32

替补时间

-

     └─goals

int32

进球数

-

     └─assists

int32

助攻数

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

└─homeSubstitutes

array

主队替补

-

     └─playerId

int32

球员ID

-

     └─name

string

球员名称

-

     └─image

string

球员图片

-

     └─number

int32

号码

-

     └─position

int32

位置

-

     └─positionX

int32

位置X

-

     └─positionY

int32

位置Y

-

     └─isStarter

int32

是否首发

-

     └─substituteTime

int32

替补时间

-

     └─goals

int32

进球数

-

     └─assists

int32

助攻数

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

└─awaySubstitutes

array

客队替补

-

     └─playerId

int32

球员ID

-

     └─name

string

球员名称

-

     └─image

string

球员图片

-

     └─number

int32

号码

-

     └─position

int32

位置

-

     └─positionX

int32

位置X

-

     └─positionY

int32

位置Y

-

     └─isStarter

int32

是否首发

-

     └─substituteTime

int32

替补时间

-

     └─goals

int32

进球数

-

     └─assists

int32

助攻数

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─rating

string

评分

-

2.6. 比赛-事件列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每10秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─eventId

int32

事件ID

-

└─type

int32

事件类型

-

└─minute

int32

事件分钟数

-

└─extraMinute

int32

加时

-

└─teamType

int32

队伍类型 1主队 2客队

-

└─playerId

int32

球员ID

-

└─playerName

string

球员名称

-

└─playerImage

string

球员图片

-

└─relatedPlayerId

int32

关联球员ID(助攻、换人等)

-

└─relatedPlayerName

string

关联球员名称

-

└─relatedPlayerImage

string

关联球员图片

-

└─reason

string

原因(如红牌原因)

-

└─description

string

事件描述

-

2.7. 比赛-事件统计详情

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每30秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─attacks

object

进攻次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─dangerousAttacks

object

危险进攻次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─offTarget

object

射偏次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─onTarget

object

射正次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─corners

object

角球次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─goals

object

进球数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─yellowCards

object

黄牌数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─redCards

object

红牌数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

└─substitutions

object

替补次数趋势

-

     └─home

array

主队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

     └─away

array

客队趋势数据

-

          └─t

string

时间分钟

-

          └─v

string

该时间点的统计值

-

          └─c

string

数据采集时间戳秒

-

2.8. 比赛-情报信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─playerId

int32

球员ID

-

└─playerName

string

球员名称

-

└─playerImage

string

球员图片

-

└─teamId

int32

球队ID

-

└─team

object

球队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─type

int32

类型 1伤病 2停赛

-

└─reason

string

原因

-

└─startDate

string

开始日期

-

└─endDate

string

结束日期

-

2.9. 比赛-文字直播列表

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每2秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─textList

array

文字直播列表

-

     └─id

int32

ID

-

     └─matchId

int32

比赛ID

-

     └─time

int32

时间

-

     └─minute

int32

分钟数

-

     └─content

string

内容

-

     └─type

int32

类型

-

     └─teamType

int32

队伍类型 1主队 2客队

-

2.10. 比赛-文字直播

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每2秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─id

int32

ID

-

└─matchId

int32

比赛ID

-

└─time

int32

时间

-

└─minute

int32

分钟数

-

└─content

string

内容

-

└─type

int32

类型

-

└─teamType

int32

队伍类型 1主队 2客队

-

2.11. 比赛-动画直播

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每2秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

string

数据

-

3. 指数数据

3.1. 盘口公司

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─bookmakerId

int32

盘口ID(数据库ID)

-

└─idOld

int32

旧ID(数据源ID,如BO的博彩公司ID)

-

└─name

string

盘口名称

-

└─image

string

盘口图片

-

└─sort

int32

排序

-

└─oddsType

string

赔率类型

-

└─homeOdds

double

主队赔率

-

└─drawOdds

double

平局赔率

-

└─awayOdds

double

客队赔率

-

└─updateTime

int64

更新时间

-

3.2. 市场玩法

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每周更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─marketId

int32

玩法ID

-

└─name

string

玩法名称

-

└─sort

int32

排序

-

3.3. 指数数据(初赔+即赔)

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每10秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID(必填)

bookmakerId

int32

false

盘口公司ID(可选,不填返回所有)

marketId

int32

false

市场ID(可选,不填返回所有)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─bookmakerId

int32

盘口公司ID

-

└─bookmakerName

string

盘口公司名称

-

└─markets

array

市场列表

-

     └─marketId

int32

市场ID

-

     └─marketName

string

市场名称

-

     └─odds

object

赔率数据

-

          └─matchId

int32

比赛ID

-

          └─bookmakerId

int32

盘口公司ID

-

          └─marketId

int32

市场ID: 1=欧赔, 2=亚盘, 3=大小球 ,4=角球 ,5=上半场欧赔, 6=上半场亚盘, 7=上半场大小球 ,8=上半场角球

-

          └─marketName

string

市场名称

-

          └─openingOdds

object

初盘指数(第一条数据)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─liveOdds

object

即时指数(最后一条数据)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─status

int32

比赛状态

-

          └─updateTime

int64

更新时间

-

3.4. 指数历史数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID(必填)

bookmakerId

int32

false

盘口公司ID(可选,不填返回所有)

marketId

int32

false

市场ID(可选,不填返回所有)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─bookmakerId

int32

盘口公司ID

-

└─bookmakerName

string

盘口公司名称

-

└─markets

array

市场列表

-

     └─marketId

int32

市场ID

-

     └─marketName

string

市场名称

-

     └─history

object

赔率历史数据

-

          └─matchId

int32

比赛ID

-

          └─bookmakerId

int32

盘口公司ID

-

          └─marketId

int32

市场ID: 1=欧赔, 2=亚盘, 3=大小球 ,4=角球 ,5=上半场欧赔, 6=上半场亚盘, 7=上半场大小球 ,8=上半场角球

-

          └─marketName

string

市场名称

-

          └─history

array

历史记录列表(按时间排序,最早的在前)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─status

int32

比赛状态

-

          └─updateTime

int64

更新时间

-

4. 统计数据

4.1. 联赛-积分榜

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

false

赛季(可选,不填取当前赛季)

stageId

int32

false

阶段ID(可选)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─leagueId

int32

联赛ID

-

└─season

string

赛季

-

└─stageId

int32

阶段/分组数据库ID (子联赛分组标识,0=主积分榜)

-

└─scoreColor

array

颜色标签列表 (格式: #color|nameZh|nameZht|nameEn)

-

└─total

array

总积分榜 (type=1)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─home

array

主场积分榜 (type=2)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─guest

array

客场积分榜 (type=3)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─halfTotal

array

半场总积分榜 (type=4)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─homeHalf

array

半场主场积分榜 (type=5)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─guestHalf

array

半场客场积分榜 (type=6)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

4.2. 联赛-联赛最佳数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

false

赛季(可选,不填取当前赛季)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─leagueId

int32

联赛ID

-

└─season

string

赛季

-

└─teamTechList

array

所有球队技术统计数据

-

     └─teamId

int32

球队ID

-

     └─nameZh

string

中文名

-

     └─nameZht

string

繁体中文名

-

     └─nameEn

string

英文名

-

     └─total

map

总计统计 key→value

-

          └─any object

object

any object.

-

     └─home

map

主场统计

-

          └─any object

object

any object.

-

     └─guest

map

客场统计

-

          └─any object

object

any object.

-

└─playerTechList

array

所有球员技术统计数据

-

     └─playerId

int32

球员ID

-

     └─nameZh

string

中文名

-

     └─nameZht

string

繁体中文名

-

     └─nameEn

string

英文名

-

     └─teamId

int32

所属球队ID

-

     └─total

map

总计统计 key→value

-

          └─any object

object

any object.

-

     └─home

map

主场统计

-

          └─any object

object

any object.

-

     └─guest

map

客场统计

-

          └─any object

object

any object.

-

4.3. 球队-球队统计、球员统计、联赛统计、荣誉、转会、伤病/停赛历史

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

teamId

int32

true

球队ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─team

object

球队基础信息

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─stats

object

球队统计

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─avgGoalsFor

double

场均进球

-

     └─avgGoalsAgainst

double

场均失球

-

     └─winRate

double

胜率

-

└─players

array

球员列表

-

     └─playerId

int32

球员ID

-

     └─nameEn

string

球员名称(英文)

-

     └─nameShortEn

string

球员短名称(英文)

-

     └─nameZh

string

球员名称(中文)

-

     └─nameShortZh

string

球员短名称(中文)

-

     └─nameZht

string

球员名称(繁体中文)

-

     └─nameShortZht

string

球员短名称(繁体中文)

-

     └─firstName

string

-

     └─lastName

string

-

     └─number

string

号码

-

     └─age

string

年龄

-

     └─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

     └─countryId

string

国籍

-

     └─birthDate

string

生日

-

     └─birthCountryId

string

出生国家

-

     └─birthPlace

string

出生地

-

     └─height

string

身高

-

     └─weight

string

体重

-

     └─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

     └─marketValueEur

string

市值欧元

-

     └─image

string

球员图片

-

└─honors

array

荣誉列表

-

     └─honorId

int32

荣誉ID

-

     └─name

string

荣誉名称

-

     └─season

string

赛季

-

     └─count

int32

次数

-

└─cups

array

杯赛列表

-

     └─leagueId

int32

联赛ID

-

     └─nameZh

string

中文名

-

     └─nameZht

string

繁体名

-

     └─nameEn

string

英文名

-

     └─season

string

赛季

-

└─leagueStats

array

按联赛统计

-

     └─leagueId

int32

联赛ID(0=全部)

-

     └─leagueName

string

联赛名称

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─winRate

double

胜率

-

     └─avgRating

double

场均评分

-

     └─avgGoalsFor

double

场均进球

-

     └─avgGoalsAgainst

double

场均失球

-

└─recentMatches

array

近期比赛

-

     └─matchId

int32

比赛ID

-

     └─leagueId

int32

联赛ID

-

     └─leagueName

string

联赛名称

-

     └─dateTime

string

比赛时间

-

     └─homeTeamId

int32

主队ID

-

     └─homeName

string

主队名称

-

     └─awayTeamId

int32

客队ID

-

     └─awayName

string

客队名称

-

     └─homeScore

int32

主队得分

-

     └─awayScore

int32

客队得分

-

     └─avgRating

double

场均评分

-

└─characters

array

球队特点

-

     └─category

int32

分类:1=进攻, 2=防守, 3=风格

-

     └─level

int32

等级:1=强/高, 2=弱/低

-

     └─name

string

特点名称

-

└─transfers

array

转会列表

-

     └─transferId

int32

转会ID

-

     └─playerId

int32

球员ID

-

     └─player

object

球员数据

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameShortEn

string

球员短名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─nameShortZh

string

球员短名称(中文)

-

          └─nameZht

string

球员名称(繁体中文)

-

          └─nameShortZht

string

球员短名称(繁体中文)

-

          └─firstName

string

-

          └─lastName

string

-

          └─number

string

号码

-

          └─age

string

年龄

-

          └─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

          └─countryId

string

国籍

-

          └─birthDate

string

生日

-

          └─birthCountryId

string

出生国家

-

          └─birthPlace

string

出生地

-

          └─height

string

身高

-

          └─weight

string

体重

-

          └─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

          └─marketValueEur

string

市值欧元

-

          └─image

string

球员图片

-

     └─fromTeamId

int32

原球队ID

-

     └─fromTeam

object

原球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─toTeamId

int32

新球队ID

-

     └─toTeam

object

新球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─type

int32

转会类型

-

     └─fee

string

转会费

-

     └─date

string

转会日期

-

└─injuries

array

伤病/停赛列表

-

     └─matchId

int32

比赛ID

-

     └─playerId

int32

球员ID

-

     └─playerName

string

球员名称

-

     └─playerImage

string

球员图片

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─type

int32

类型 1伤病 2停赛

-

     └─reason

string

原因

-

     └─startDate

string

开始日期

-

     └─endDate

string

结束日期

-

4.4. 球员-比赛统计、荣誉、转会、伤病/停赛历史

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

playerId

int32

true

球员ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─player

object

球员基础信息

-

     └─playerId

int32

球员ID

-

     └─nameEn

string

球员名称(英文)

-

     └─nameShortEn

string

球员短名称(英文)

-

     └─nameZh

string

球员名称(中文)

-

     └─nameShortZh

string

球员短名称(中文)

-

     └─nameZht

string

球员名称(繁体中文)

-

     └─nameShortZht

string

球员短名称(繁体中文)

-

     └─firstName

string

-

     └─lastName

string

-

     └─number

string

号码

-

     └─age

string

年龄

-

     └─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

     └─countryId

string

国籍

-

     └─birthDate

string

生日

-

     └─birthCountryId

string

出生国家

-

     └─birthPlace

string

出生地

-

     └─height

string

身高

-

     └─weight

string

体重

-

     └─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

     └─marketValueEur

string

市值欧元

-

     └─image

string

球员图片

-

└─stats

object

球员统计

-

     └─played

int32

场次

-

     └─started

int32

首发

-

     └─goals

int32

进球

-

     └─assists

int32

助攻

-

     └─yellowCards

int32

黄牌

-

     └─redCards

int32

红牌

-

     └─avgGoals

double

场均进球

-

     └─avgAssists

double

场均助攻

-

     └─rating

string

评分

-

└─honors

array

荣誉列表

-

     └─honorId

int32

荣誉ID

-

     └─name

string

荣誉名称

-

     └─season

string

赛季

-

└─transfers

array

转会列表

-

     └─transferId

int32

转会ID

-

     └─playerId

int32

球员ID

-

     └─player

object

球员数据

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameShortEn

string

球员短名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─nameShortZh

string

球员短名称(中文)

-

          └─nameZht

string

球员名称(繁体中文)

-

          └─nameShortZht

string

球员短名称(繁体中文)

-

          └─firstName

string

-

          └─lastName

string

-

          └─number

string

号码

-

          └─age

string

年龄

-

          └─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

          └─countryId

string

国籍

-

          └─birthDate

string

生日

-

          └─birthCountryId

string

出生国家

-

          └─birthPlace

string

出生地

-

          └─height

string

身高

-

          └─weight

string

体重

-

          └─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

          └─marketValueEur

string

市值欧元

-

          └─image

string

球员图片

-

     └─fromTeamId

int32

原球队ID

-

     └─fromTeam

object

原球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─toTeamId

int32

新球队ID

-

     └─toTeam

object

新球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─type

int32

转会类型

-

     └─fee

string

转会费

-

     └─date

string

转会日期

-

└─injuries

array

伤病/停赛列表

-

     └─matchId

int32

比赛ID

-

     └─playerId

int32

球员ID

-

     └─playerName

string

球员名称

-

     └─playerImage

string

球员图片

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─type

int32

类型 1伤病 2停赛

-

     └─reason

string

原因

-

     └─startDate

string

开始日期

-

     └─endDate

string

结束日期

-

└─leagueStats

array

按联赛统计

-

     └─leagueId

int32

联赛ID(0=全部)

-

     └─leagueName

string

联赛名称

-

     └─played

int32

场次

-

     └─started

int32

首发

-

     └─goals

int32

进球

-

     └─assists

int32

助攻

-

     └─avgRating

double

场均评分

-

└─recentMatches

array

近期比赛

-

     └─matchId

int32

比赛ID

-

     └─leagueId

int32

联赛ID

-

     └─leagueName

string

联赛名称

-

     └─dateTime

string

比赛时间

-

     └─homeName

string

主队名称

-

     └─awayName

string

客队名称

-

     └─homeScore

int32

主队得分

-

     └─awayScore

int32

客队得分

-

     └─avgRating

double

场均评分

-

└─characters

array

球员特点

-

     └─category

int32

分类:1=进攻, 2=防守, 3=风格

-

     └─level

int32

等级:1=强/高, 2=弱/低

-

     └─name

string

特点名称

-

4.5. 教练-比赛统计、荣誉、转会、伤病/停赛历史

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

coachId

int32

true

教练ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─coach

object

教练基础信息

-

     └─coachId

int32

教练ID

-

     └─nameEn

string

教练名称(英文)

-

     └─nameShortEn

string

教练短名称(英文)

-

     └─nameZh

string

教练名称(中文)

-

     └─nameShortZh

string

教练短名称(中文)

-

     └─nameZht

string

教练名称(繁体中文)

-

     └─nameShortZht

string

教练短名称(繁体中文)

-

     └─firstName

string

-

     └─lastName

string

-

     └─teamId

int32

球队ID

-

     └─countryId

string

国家ID

-

     └─age

string

年龄

-

     └─birthDate

string

生日

-

     └─birthCountryId

string

出生国家

-

     └─birthPlace

string

出生地

-

     └─height

string

身高

-

     └─weight

string

体重

-

     └─image

string

教练图片

-

└─stats

object

教练统计

-

     └─played

int32

执教场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─winRate

double

胜率

-

└─history

array

执教历史

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─startDate

string

开始日期

-

     └─endDate

string

结束日期

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

└─honors

array

荣誉列表

-

     └─honorId

int32

荣誉ID

-

     └─name

string

荣誉名称

-

     └─season

string

赛季

-

└─transfers

array

转会列表

-

     └─transferId

int32

转会ID

-

     └─playerId

int32

球员ID

-

     └─player

object

球员数据

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameShortEn

string

球员短名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─nameShortZh

string

球员短名称(中文)

-

          └─nameZht

string

球员名称(繁体中文)

-

          └─nameShortZht

string

球员短名称(繁体中文)

-

          └─firstName

string

-

          └─lastName

string

-

          └─number

string

号码

-

          └─age

string

年龄

-

          └─position

int32

位置:0位置,1守门员,2后卫,3中场,4前锋

-

          └─countryId

string

国籍

-

          └─birthDate

string

生日

-

          └─birthCountryId

string

出生国家

-

          └─birthPlace

string

出生地

-

          └─height

string

身高

-

          └─weight

string

体重

-

          └─preferredFoot

int32

首选脚:0未知,1左脚,2右脚

-

          └─marketValueEur

string

市值欧元

-

          └─image

string

球员图片

-

     └─fromTeamId

int32

原球队ID

-

     └─fromTeam

object

原球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─toTeamId

int32

新球队ID

-

     └─toTeam

object

新球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─type

int32

转会类型

-

     └─fee

string

转会费

-

     └─date

string

转会日期

-

└─leagueStats

array

按联赛统计

-

     └─leagueId

int32

联赛ID(0=全部)

-

     └─leagueName

string

联赛名称

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─winRate

double

胜率

-

└─recentMatches

array

近期比赛

-

     └─matchId

int32

比赛ID

-

     └─leagueId

int32

联赛ID

-

     └─leagueName

string

联赛名称

-

     └─dateTime

string

比赛时间

-

     └─homeName

string

主队名称

-

     └─awayName

string

客队名称

-

     └─homeScore

int32

主队得分

-

     └─awayScore

int32

客队得分

-

└─characters

array

球队特点

-

     └─category

int32

分类:1=进攻, 2=防守, 3=风格

-

     └─level

int32

等级:1=强/高, 2=弱/低

-

     └─name

string

特点名称

-

4.6. 比赛-详情

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

└─events

array

事件列表

-

     └─matchId

int32

比赛ID

-

     └─eventId

int32

事件ID

-

     └─type

int32

事件类型

-

     └─minute

int32

事件分钟数

-

     └─extraMinute

int32

加时

-

     └─teamType

int32

队伍类型 1主队 2客队

-

     └─playerId

int32

球员ID

-

     └─playerName

string

球员名称

-

     └─playerImage

string

球员图片

-

     └─relatedPlayerId

int32

关联球员ID(助攻、换人等)

-

     └─relatedPlayerName

string

关联球员名称

-

     └─relatedPlayerImage

string

关联球员图片

-

     └─reason

string

原因(如红牌原因)

-

     └─description

string

事件描述

-

└─textLive

array

文字直播

-

     └─id

int32

ID

-

     └─matchId

int32

比赛ID

-

     └─time

int32

时间

-

     └─minute

int32

分钟数

-

     └─content

string

内容

-

     └─type

int32

类型

-

     └─teamType

int32

队伍类型 1主队 2客队

-

└─coach

object

场馆

-

     └─coachId

int32

教练ID

-

     └─nameEn

string

教练名称(英文)

-

     └─nameShortEn

string

教练短名称(英文)

-

     └─nameZh

string

教练名称(中文)

-

     └─nameShortZh

string

教练短名称(中文)

-

     └─nameZht

string

教练名称(繁体中文)

-

     └─nameShortZht

string

教练短名称(繁体中文)

-

     └─firstName

string

-

     └─lastName

string

-

     └─teamId

int32

球队ID

-

     └─countryId

string

国家ID

-

     └─age

string

年龄

-

     └─birthDate

string

生日

-

     └─birthCountryId

string

出生国家

-

     └─birthPlace

string

出生地

-

     └─height

string

身高

-

     └─weight

string

体重

-

     └─image

string

教练图片

-

└─venue

object

场馆

-

     └─venueId

int32

场馆ID

-

     └─nameEn

string

场馆名称(英文)

-

     └─nameZh

string

场馆名称(中文)

-

     └─nameZht

string

场馆名称(繁体中文)

-

     └─image

string

场馆图片

-

     └─countryId

int32

国家ID

-

     └─country

object

国家数据

-

          └─countryId

int32

国家ID

-

          └─nameEn

string

国家名称(英文)

-

          └─nameZh

string

国家名称(中文)

-

          └─nameZht

string

国家名称(繁体中文)

-

          └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

          └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

          └─code

string

编号

-

          └─sort

int32

排序

-

          └─image

string

图片

-

     └─city

string

城市

-

     └─capacity

int32

容量

-

     └─builtYear

int32

建立年份

-

     └─surface

string

地面

-

     └─address

string

地址

-

     └─location

string

定位

-

     └─build

string

建造年份

-

     └─status

string

近况

-

     └─introduction

string

场馆介绍

-

└─referee

object

裁判

-

     └─refereeId

int32

裁判ID

-

     └─nameEn

string

裁判名称(英文)

-

     └─nameZh

string

裁判名称(中文)

-

     └─nameZht

string

裁判名称(繁体中文)

-

     └─image

string

裁判图片

-

     └─countryId

int32

国家ID

-

     └─country

object

国家数据

-

          └─countryId

int32

国家ID

-

          └─nameEn

string

国家名称(英文)

-

          └─nameZh

string

国家名称(中文)

-

          └─nameZht

string

国家名称(繁体中文)

-

          └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

          └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

          └─code

string

编号

-

          └─sort

int32

排序

-

          └─image

string

图片

-

     └─age

int32

年龄

-

     └─birthday

string

生日

-

4.7. 比赛-交战统计

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─matchId

int32

比赛ID

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─homeTeam

object

主队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─awayTeam

object

客队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─h2hMatches

array

交战历史

-

     └─matchId

int32

比赛ID

-

     └─time

int32

比赛时间

-

     └─league

object

联赛数据

-

          └─leagueId

int32

联赛ID

-

          └─nameEn

string

联赛名称(英文)

-

          └─nameShortEn

string

联赛短名称(英文)

-

          └─nameZh

string

联赛名称(中文)

-

          └─nameShortZh

string

联赛短名称(中文)

-

          └─nameZht

string

联赛名称(繁体中文)

-

          └─nameShortZht

string

联赛短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─season

string

当前赛季

-

          └─dateStart

string

开始时间

-

          └─dateEnd

string

结束时间

-

          └─isCup

int32

赛事类型:联赛0,杯赛1

-

          └─liveLineups

int32

是否有阵容

-

          └─liveStats

int32

是否有球员统计

-

          └─image

string

联赛图片

-

          └─color

string

颜色

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─homeScore

string

主队比分

-

     └─awayScore

string

客队比分

-

     └─status

int32

比赛状态

-

└─homeRecentMatches

array

主队近期比赛

-

     └─matchId

int32

比赛ID

-

     └─time

int32

比赛时间

-

     └─league

object

联赛数据

-

          └─leagueId

int32

联赛ID

-

          └─nameEn

string

联赛名称(英文)

-

          └─nameShortEn

string

联赛短名称(英文)

-

          └─nameZh

string

联赛名称(中文)

-

          └─nameShortZh

string

联赛短名称(中文)

-

          └─nameZht

string

联赛名称(繁体中文)

-

          └─nameShortZht

string

联赛短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─season

string

当前赛季

-

          └─dateStart

string

开始时间

-

          └─dateEnd

string

结束时间

-

          └─isCup

int32

赛事类型:联赛0,杯赛1

-

          └─liveLineups

int32

是否有阵容

-

          └─liveStats

int32

是否有球员统计

-

          └─image

string

联赛图片

-

          └─color

string

颜色

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─homeScore

string

主队比分

-

     └─awayScore

string

客队比分

-

     └─status

int32

比赛状态

-

└─awayRecentMatches

array

客队近期比赛

-

     └─matchId

int32

比赛ID

-

     └─time

int32

比赛时间

-

     └─league

object

联赛数据

-

          └─leagueId

int32

联赛ID

-

          └─nameEn

string

联赛名称(英文)

-

          └─nameShortEn

string

联赛短名称(英文)

-

          └─nameZh

string

联赛名称(中文)

-

          └─nameShortZh

string

联赛短名称(中文)

-

          └─nameZht

string

联赛名称(繁体中文)

-

          └─nameShortZht

string

联赛短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─season

string

当前赛季

-

          └─dateStart

string

开始时间

-

          └─dateEnd

string

结束时间

-

          └─isCup

int32

赛事类型:联赛0,杯赛1

-

          └─liveLineups

int32

是否有阵容

-

          └─liveStats

int32

是否有球员统计

-

          └─image

string

联赛图片

-

          └─color

string

颜色

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─homeScore

string

主队比分

-

     └─awayScore

string

客队比分

-

     └─status

int32

比赛状态

-

└─stats

object

统计对比

-

     └─homeWins

int32

主队胜

-

     └─draws

int32

平局

-

     └─awayWins

int32

客队胜

-

     └─homeGoals

int32

主队进球

-

     └─awayGoals

int32

客队进球

-

     └─totalMatches

int32

场次

-

5. 体彩数据

5.1. 竞彩受注赛程

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

classify

int32

false

1竞彩足球 2竞彩篮球

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─date

string

日期

-

└─issue

string

期号

-

└─count

int32

场次

-

└─startTime

int32

开售时间

-

└─endTime

int32

停售时间

-

5.2. 获取开奖日期和期号

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

classify

int32

false

1竞彩足球 2竞彩篮球 3北单

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─date

string

日期

-

└─issue

string

期号

-

└─count

int32

场次

-

└─startTime

int32

开售时间

-

└─endTime

int32

停售时间

-

5.3. 获取竞彩比赛指数

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

date

string

false

日期

classify

int32

false

1足球 2篮球

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─matchCode

string

场次编号

-

└─time

int32

比赛时间

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─homeTeam

object

主队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─awayTeam

object

客队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─league

object

联赛数据

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

联赛名称(英文)

-

     └─nameShortEn

string

联赛短名称(英文)

-

     └─nameZh

string

联赛名称(中文)

-

     └─nameShortZh

string

联赛短名称(中文)

-

     └─nameZht

string

联赛名称(繁体中文)

-

     └─nameShortZht

string

联赛短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─season

string

当前赛季

-

     └─dateStart

string

开始时间

-

     └─dateEnd

string

结束时间

-

     └─isCup

int32

赛事类型:联赛0,杯赛1

-

     └─liveLineups

int32

是否有阵容

-

     └─liveStats

int32

是否有球员统计

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

└─homeScore

string

主队比分

-

└─awayScore

string

客队比分

-

└─status

int32

比赛状态

-

└─spfOdds

array

胜平负赔率(主胜/平/客胜)

-

└─rqspfOdds

array

让球胜平负赔率

-

└─handicap

string

让球数

-

└─bfOdds

map

比分赔率

-

└─zjqOdds

map

总进球赔率

-

└─bqcOdds

map

半全场赔率

-

5.4. 获取竞彩比赛开奖结果

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

date

string

false

日期

classify

int32

false

1足球 2篮球

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─matchCode

string

场次编号

-

└─time

int32

比赛时间

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─homeTeam

object

主队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─awayTeam

object

客队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─league

object

联赛数据

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

联赛名称(英文)

-

     └─nameShortEn

string

联赛短名称(英文)

-

     └─nameZh

string

联赛名称(中文)

-

     └─nameShortZh

string

联赛短名称(中文)

-

     └─nameZht

string

联赛名称(繁体中文)

-

     └─nameShortZht

string

联赛短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─season

string

当前赛季

-

     └─dateStart

string

开始时间

-

     └─dateEnd

string

结束时间

-

     └─isCup

int32

赛事类型:联赛0,杯赛1

-

     └─liveLineups

int32

是否有阵容

-

     └─liveStats

int32

是否有球员统计

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

└─homeScore

string

主队比分

-

└─awayScore

string

客队比分

-

└─status

int32

比赛状态

-

└─spfOdds

array

胜平负赔率(主胜/平/客胜)

-

└─rqspfOdds

array

让球胜平负赔率

-

└─handicap

string

让球数

-

└─bfOdds

map

比分赔率

-

└─zjqOdds

map

总进球赔率

-

└─bqcOdds

map

半全场赔率

-

5.5. 获取北单比赛指数

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

issue

string

false

期号(不传默认最新一期)

classify

int32

false

1足球

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─issue

string

期号

-

└─count

int32

场次数量

-

└─matches

array

比赛列表

-

     └─matchId

int32

比赛ID

-

     └─matchCode

string

场次编号

-

     └─time

int32

比赛时间

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─league

object

联赛数据

-

          └─leagueId

int32

联赛ID

-

          └─nameEn

string

联赛名称(英文)

-

          └─nameShortEn

string

联赛短名称(英文)

-

          └─nameZh

string

联赛名称(中文)

-

          └─nameShortZh

string

联赛短名称(中文)

-

          └─nameZht

string

联赛名称(繁体中文)

-

          └─nameShortZht

string

联赛短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─season

string

当前赛季

-

          └─dateStart

string

开始时间

-

          └─dateEnd

string

结束时间

-

          └─isCup

int32

赛事类型:联赛0,杯赛1

-

          └─liveLineups

int32

是否有阵容

-

          └─liveStats

int32

是否有球员统计

-

          └─image

string

联赛图片

-

          └─color

string

颜色

-

     └─handicap

string

让球数

-

     └─spfOdds

array

胜平负赔率(主胜/平/客胜)

-

     └─status

int32

比赛状态

-

5.6. 获取北单比赛开奖结果

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

issue

string

false

期号(不传默认最新一期)

classify

int32

false

1足球

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─issue

string

期号

-

└─count

int32

场次数量

-

└─matches

array

比赛列表

-

     └─matchId

int32

比赛ID

-

     └─matchCode

string

场次编号

-

     └─time

int32

比赛时间

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─league

object

联赛数据

-

          └─leagueId

int32

联赛ID

-

          └─nameEn

string

联赛名称(英文)

-

          └─nameShortEn

string

联赛短名称(英文)

-

          └─nameZh

string

联赛名称(中文)

-

          └─nameShortZh

string

联赛短名称(中文)

-

          └─nameZht

string

联赛名称(繁体中文)

-

          └─nameShortZht

string

联赛短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─season

string

当前赛季

-

          └─dateStart

string

开始时间

-

          └─dateEnd

string

结束时间

-

          └─isCup

int32

赛事类型:联赛0,杯赛1

-

          └─liveLineups

int32

是否有阵容

-

          └─liveStats

int32

是否有球员统计

-

          └─image

string

联赛图片

-

          └─color

string

颜色

-

     └─handicap

string

让球数

-

     └─spfOdds

array

胜平负赔率(主胜/平/客胜)

-

     └─status

int32

比赛状态

-

5.7. 获取比分直播

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

classify

int32

false

1竞彩足球 2竞彩篮球 3北单

date

string

false

日期或者期号,不传默认当期

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间

-

└─status

int32

比赛状态

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─homeTeam

object

主队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─awayTeam

object

客队数据

-

     └─teamId

int32

球队ID

-

     └─type

int32

类型:0俱乐部,1国家队

-

     └─nameEn

string

球队名称(英文)

-

     └─nameShortEn

string

球队短名称(英文)

-

     └─nameZh

string

球队名称(中文)

-

     └─nameShortZh

string

球队短名称(中文)

-

     └─nameZht

string

球队名称(繁体中文)

-

     └─nameShortZht

string

球队短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─founded

string

成立时间

-

     └─venueId

int32

球场ID

-

     └─image

string

球队图片

-

     └─coachId

int32

教练ID

-

└─league

object

联赛数据

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

联赛名称(英文)

-

     └─nameShortEn

string

联赛短名称(英文)

-

     └─nameZh

string

联赛名称(中文)

-

     └─nameShortZh

string

联赛短名称(中文)

-

     └─nameZht

string

联赛名称(繁体中文)

-

     └─nameShortZht

string

联赛短名称(繁体中文)

-

     └─countryId

string

国家ID

-

     └─season

string

当前赛季

-

     └─dateStart

string

开始时间

-

     └─dateEnd

string

结束时间

-

     └─isCup

int32

赛事类型:联赛0,杯赛1

-

     └─liveLineups

int32

是否有阵容

-

     └─liveStats

int32

是否有球员统计

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

└─homeScore

string

主队比分

-

└─awayScore

string

客队比分

-

└─homeHalfScore

string

半场主队比分

-

└─awayHalfScore

string

半场客队比分

-

└─redCard

string

红牌

-

└─yellowCard

string

黄牌

-

5.8. 获取比赛积分、交战信息

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

classify

int32

false

1竞彩足球 2竞彩篮球 3北单

matchId

string

false

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─matchId

int32

比赛ID

-

└─homeStanding

object

主队积分榜

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─awayStanding

object

客队积分榜

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─h2h

object

交战历史

-

     └─matchId

int32

比赛ID

-

     └─homeId

int32

主队ID

-

     └─awayId

int32

客队ID

-

     └─homeTeam

object

主队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─awayTeam

object

客队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─h2hMatches

array

交战历史

-

          └─matchId

int32

比赛ID

-

          └─time

int32

比赛时间

-

          └─league

object

联赛数据

-

               └─leagueId

int32

联赛ID

-

               └─nameEn

string

联赛名称(英文)

-

               └─nameShortEn

string

联赛短名称(英文)

-

               └─nameZh

string

联赛名称(中文)

-

               └─nameShortZh

string

联赛短名称(中文)

-

               └─nameZht

string

联赛名称(繁体中文)

-

               └─nameShortZht

string

联赛短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─season

string

当前赛季

-

               └─dateStart

string

开始时间

-

               └─dateEnd

string

结束时间

-

               └─isCup

int32

赛事类型:联赛0,杯赛1

-

               └─liveLineups

int32

是否有阵容

-

               └─liveStats

int32

是否有球员统计

-

               └─image

string

联赛图片

-

               └─color

string

颜色

-

          └─homeId

int32

主队ID

-

          └─awayId

int32

客队ID

-

          └─homeTeam

object

主队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─awayTeam

object

客队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─homeScore

string

主队比分

-

          └─awayScore

string

客队比分

-

          └─status

int32

比赛状态

-

     └─homeRecentMatches

array

主队近期比赛

-

          └─matchId

int32

比赛ID

-

          └─time

int32

比赛时间

-

          └─league

object

联赛数据

-

               └─leagueId

int32

联赛ID

-

               └─nameEn

string

联赛名称(英文)

-

               └─nameShortEn

string

联赛短名称(英文)

-

               └─nameZh

string

联赛名称(中文)

-

               └─nameShortZh

string

联赛短名称(中文)

-

               └─nameZht

string

联赛名称(繁体中文)

-

               └─nameShortZht

string

联赛短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─season

string

当前赛季

-

               └─dateStart

string

开始时间

-

               └─dateEnd

string

结束时间

-

               └─isCup

int32

赛事类型:联赛0,杯赛1

-

               └─liveLineups

int32

是否有阵容

-

               └─liveStats

int32

是否有球员统计

-

               └─image

string

联赛图片

-

               └─color

string

颜色

-

          └─homeId

int32

主队ID

-

          └─awayId

int32

客队ID

-

          └─homeTeam

object

主队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─awayTeam

object

客队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─homeScore

string

主队比分

-

          └─awayScore

string

客队比分

-

          └─status

int32

比赛状态

-

     └─awayRecentMatches

array

客队近期比赛

-

          └─matchId

int32

比赛ID

-

          └─time

int32

比赛时间

-

          └─league

object

联赛数据

-

               └─leagueId

int32

联赛ID

-

               └─nameEn

string

联赛名称(英文)

-

               └─nameShortEn

string

联赛短名称(英文)

-

               └─nameZh

string

联赛名称(中文)

-

               └─nameShortZh

string

联赛短名称(中文)

-

               └─nameZht

string

联赛名称(繁体中文)

-

               └─nameShortZht

string

联赛短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─season

string

当前赛季

-

               └─dateStart

string

开始时间

-

               └─dateEnd

string

结束时间

-

               └─isCup

int32

赛事类型:联赛0,杯赛1

-

               └─liveLineups

int32

是否有阵容

-

               └─liveStats

int32

是否有球员统计

-

               └─image

string

联赛图片

-

               └─color

string

颜色

-

          └─homeId

int32

主队ID

-

          └─awayId

int32

客队ID

-

          └─homeTeam

object

主队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─awayTeam

object

客队数据

-

               └─teamId

int32

球队ID

-

               └─type

int32

类型:0俱乐部,1国家队

-

               └─nameEn

string

球队名称(英文)

-

               └─nameShortEn

string

球队短名称(英文)

-

               └─nameZh

string

球队名称(中文)

-

               └─nameShortZh

string

球队短名称(中文)

-

               └─nameZht

string

球队名称(繁体中文)

-

               └─nameShortZht

string

球队短名称(繁体中文)

-

               └─countryId

string

国家ID

-

               └─founded

string

成立时间

-

               └─venueId

int32

球场ID

-

               └─image

string

球队图片

-

               └─coachId

int32

教练ID

-

          └─homeScore

string

主队比分

-

          └─awayScore

string

客队比分

-

          └─status

int32

比赛状态

-

     └─stats

object

统计对比

-

          └─homeWins

int32

主队胜

-

          └─draws

int32

平局

-

          └─awayWins

int32

客队胜

-

          └─homeGoals

int32

主队进球

-

          └─awayGoals

int32

客队进球

-

          └─totalMatches

int32

场次

-

5.9. 获取百家指数

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每60秒更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

classify

int32

false

1竞彩足球 2竞彩篮球 3北单

matchId

string

false

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─oddsType

int32

玩法 1欧赔、2亚赔、3大小

-

└─oddsList

array

指数

-

     └─sort

string

排序

-

     └─name

string

公司

-

     └─firstOdds

string

初始赔率

-

     └─lastOdds

string

最新赔率

-

     └─probability

string

最新概率

-

     └─kailiIndex

string

凯里指数

-

6. 历史数据

6.1. 历史-比赛记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每天更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

current

int32

true

页码

size

int32

true

每页条数(10-200)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

6.2. 历史-赛季比赛记录

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每天更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

true

赛季

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

6.3. 历史-积分榜

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每天更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

true

赛季

stageId

int32

false

阶段ID(可选)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─leagueId

int32

联赛ID

-

└─season

string

赛季

-

└─stageId

int32

阶段/分组数据库ID (子联赛分组标识,0=主积分榜)

-

└─scoreColor

array

颜色标签列表 (格式: #color|nameZh|nameZht|nameEn)

-

└─total

array

总积分榜 (type=1)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─home

array

主场积分榜 (type=2)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─guest

array

客场积分榜 (type=3)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─halfTotal

array

半场总积分榜 (type=4)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─homeHalf

array

半场主场积分榜 (type=5)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

└─guestHalf

array

半场客场积分榜 (type=6)

-

     └─rank

int32

排名

-

     └─teamId

int32

球队ID

-

     └─team

object

球队数据

-

          └─teamId

int32

球队ID

-

          └─type

int32

类型:0俱乐部,1国家队

-

          └─nameEn

string

球队名称(英文)

-

          └─nameShortEn

string

球队短名称(英文)

-

          └─nameZh

string

球队名称(中文)

-

          └─nameShortZh

string

球队短名称(中文)

-

          └─nameZht

string

球队名称(繁体中文)

-

          └─nameShortZht

string

球队短名称(繁体中文)

-

          └─countryId

string

国家ID

-

          └─founded

string

成立时间

-

          └─venueId

int32

球场ID

-

          └─image

string

球队图片

-

          └─coachId

int32

教练ID

-

     └─played

int32

场次

-

     └─won

int32

-

     └─drawn

int32

-

     └─lost

int32

-

     └─goalsFor

int32

进球

-

     └─goalsAgainst

int32

失球

-

     └─goalDifference

int32

净胜球

-

     └─points

int32

积分

-

     └─colorIndex

int32

颜色索引 (对应scoreColor数组下标, 仅totalScore有)

-

     └─recentForm

string

近6场战绩

-

6.4. 历史-联赛最佳数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 建议每天更新

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

leagueId

int32

true

联赛ID

season

string

true

赛季

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─leagueId

int32

联赛ID

-

└─season

string

赛季

-

└─teamTechList

array

所有球队技术统计数据

-

     └─teamId

int32

球队ID

-

     └─nameZh

string

中文名

-

     └─nameZht

string

繁体中文名

-

     └─nameEn

string

英文名

-

     └─total

map

总计统计 key→value

-

          └─any object

object

any object.

-

     └─home

map

主场统计

-

          └─any object

object

any object.

-

     └─guest

map

客场统计

-

          └─any object

object

any object.

-

└─playerTechList

array

所有球员技术统计数据

-

     └─playerId

int32

球员ID

-

     └─nameZh

string

中文名

-

     └─nameZht

string

繁体中文名

-

     └─nameEn

string

英文名

-

     └─teamId

int32

所属球队ID

-

     └─total

map

总计统计 key→value

-

          └─any object

object

any object.

-

     └─home

map

主场统计

-

          └─any object

object

any object.

-

     └─guest

map

客场统计

-

          └─any object

object

any object.

-

6.5. 历史-比赛详情

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

object

数据

-

└─matchId

int32

比赛ID

-

└─time

int32

比赛时间(秒级时间戳)

-

└─status

int32

状态:0未开始,1上半场,2中场,3下半场,4加时,5点球,10完场,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─leagueId

int32

联赛ID

-

└─seasonId

int32

赛季ID

-

└─stageId

int32

阶段ID

-

└─venueId

int32

球场ID

-

└─groupId

string

-

└─refereeId

int32

裁判ID

-

└─homeScore

string

主队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─awayScore

string

客队比赛比分;int数组格式,返回顺序:常规时间比分,半场比分,加时赛比分(不含常规时间),点球比分(不含常规时间和加时赛比分),总分

-

└─homeId

int32

主队ID

-

└─awayId

int32

客队ID

-

└─beidan

int32

是否有北单:0无,1有主客一致,2有主客相反

-

└─lottery

int32

是否有竞彩:0无,1有主客一致,2有主客相反

-

└─animation

int32

是否有动画

-

└─stream

int32

是否有直播

-

└─odds

int32

是否有指数:0无,1有

-

└─injuries

int32

是否有情报:0无,1有

-

└─lineup

int32

是否有阵容:0无,1有

-

└─sort

int32

排序

-

└─turnBased

string

回合制

-

└─league

object

联赛信息

-

     └─leagueId

int32

联赛ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

联赛图片

-

     └─color

string

颜色

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─away

object

客队信息

-

     └─teamId

int32

球队ID

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

球队图片

-

└─stats

object

统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─overtime

string

加时

-

     └─startTime

int64

上下半场开始时间

-

     └─homeTeam

object

主队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─awayTeam

object

客队

-

          └─possession

string

控球率

-

          └─shotOn

int32

射正

-

          └─shotOff

int32

射偏

-

          └─corner

int32

角球

-

          └─yellow

int32

黄牌

-

          └─red

int32

红牌

-

          └─penalty

int32

点球

-

          └─attacks

int32

进攻

-

          └─dangerousAttacks

int32

危险进攻

-

          └─assists

int32

助攻

-

          └─headers

int32

头球

-

          └─turnovers

int32

丟球

-

          └─saves

int32

救球

-

          └─ownGoals

int32

乌龙

-

          └─throwIn

int32

界外球

-

          └─goalKick

int32

球门球

-

          └─tackles

int32

成功抢断

-

          └─blocks

int32

阻截

-

          └─longPasses

int32

长传

-

          └─shortPasses

int32

短传

-

          └─crosses

int32

成功传中

-

          └─fouls

int32

犯规

-

          └─offside

int32

越位

-

          └─goalkeeperSaves

int32

守门员出击

-

     └─updateTime

int64

更新时间

-

     └─matchId

int32

比赛ID

-

     └─status

int32

比赛状态

-

     └─animationId

int32

动画ID

-

     └─homePlayer

array

主队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

     └─awayPlayer

array

客队球员统计

-

          └─playerId

int32

球员ID

-

          └─nameEn

string

球员名称(英文)

-

          └─nameZh

string

球员名称(中文)

-

          └─image

string

球员图片

-

          └─number

string

号码

-

          └─position

int32

位置:1守门员,2后卫,3中场,4前锋

-

          └─goals

int32

进球

-

          └─assists

int32

助攻

-

          └─shots

int32

射门

-

          └─shotsOnTarget

int32

射正

-

          └─keyPasses

int32

关键传球

-

          └─passes

int32

传球

-

          └─passesSuccessful

int32

传球成功

-

          └─tackles

int32

抢断

-

          └─interceptions

int32

拦截

-

          └─clearances

int32

解围

-

          └─fouls

int32

犯规

-

          └─foulsDrawn

int32

被犯规

-

          └─yellowCards

int32

黄牌

-

          └─redCards

int32

红牌

-

          └─rating

string

评分

-

└─Weather

object

天气

-

     └─weather

string

天气

-

     └─temperature

string

温度

-

     └─windSpeed

string

风速

-

     └─humidity

string

湿度

-

└─events

array

事件列表

-

     └─matchId

int32

比赛ID

-

     └─eventId

int32

事件ID

-

     └─type

int32

事件类型

-

     └─minute

int32

事件分钟数

-

     └─extraMinute

int32

加时

-

     └─teamType

int32

队伍类型 1主队 2客队

-

     └─playerId

int32

球员ID

-

     └─playerName

string

球员名称

-

     └─playerImage

string

球员图片

-

     └─relatedPlayerId

int32

关联球员ID(助攻、换人等)

-

     └─relatedPlayerName

string

关联球员名称

-

     └─relatedPlayerImage

string

关联球员图片

-

     └─reason

string

原因(如红牌原因)

-

     └─description

string

事件描述

-

└─textLive

array

文字直播

-

     └─id

int32

ID

-

     └─matchId

int32

比赛ID

-

     └─time

int32

时间

-

     └─minute

int32

分钟数

-

     └─content

string

内容

-

     └─type

int32

类型

-

     └─teamType

int32

队伍类型 1主队 2客队

-

└─coach

object

场馆

-

     └─coachId

int32

教练ID

-

     └─nameEn

string

教练名称(英文)

-

     └─nameShortEn

string

教练短名称(英文)

-

     └─nameZh

string

教练名称(中文)

-

     └─nameShortZh

string

教练短名称(中文)

-

     └─nameZht

string

教练名称(繁体中文)

-

     └─nameShortZht

string

教练短名称(繁体中文)

-

     └─firstName

string

-

     └─lastName

string

-

     └─teamId

int32

球队ID

-

     └─countryId

string

国家ID

-

     └─age

string

年龄

-

     └─birthDate

string

生日

-

     └─birthCountryId

string

出生国家

-

     └─birthPlace

string

出生地

-

     └─height

string

身高

-

     └─weight

string

体重

-

     └─image

string

教练图片

-

└─venue

object

场馆

-

     └─venueId

int32

场馆ID

-

     └─nameEn

string

场馆名称(英文)

-

     └─nameZh

string

场馆名称(中文)

-

     └─nameZht

string

场馆名称(繁体中文)

-

     └─image

string

场馆图片

-

     └─countryId

int32

国家ID

-

     └─country

object

国家数据

-

          └─countryId

int32

国家ID

-

          └─nameEn

string

国家名称(英文)

-

          └─nameZh

string

国家名称(中文)

-

          └─nameZht

string

国家名称(繁体中文)

-

          └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

          └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

          └─code

string

编号

-

          └─sort

int32

排序

-

          └─image

string

图片

-

     └─city

string

城市

-

     └─capacity

int32

容量

-

     └─builtYear

int32

建立年份

-

     └─surface

string

地面

-

     └─address

string

地址

-

     └─location

string

定位

-

     └─build

string

建造年份

-

     └─status

string

近况

-

     └─introduction

string

场馆介绍

-

└─referee

object

裁判

-

     └─refereeId

int32

裁判ID

-

     └─nameEn

string

裁判名称(英文)

-

     └─nameZh

string

裁判名称(中文)

-

     └─nameZht

string

裁判名称(繁体中文)

-

     └─image

string

裁判图片

-

     └─countryId

int32

国家ID

-

     └─country

object

国家数据

-

          └─countryId

int32

国家ID

-

          └─nameEn

string

国家名称(英文)

-

          └─nameZh

string

国家名称(中文)

-

          └─nameZht

string

国家名称(繁体中文)

-

          └─classify

int32

运动类型:1足球,2篮球,3电竞,4网球,5排球,6棒球,7板球,8手球,9橄榄球,10曲棍球,11赛车,12赛马,13拳击

-

          └─type

int32

赛事类型:1国际赛事、2欧洲赛事、3美洲赛事、4亚洲赛事、5大洋洲赛事、6非洲赛事

-

          └─code

string

编号

-

          └─sort

int32

排序

-

          └─image

string

图片

-

     └─age

int32

年龄

-

     └─birthday

string

生日

-

6.6. 历史-赔率数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 按需请求

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID(必填)

bookmakerId

int32

false

盘口公司ID(可选,不填返回所有)

marketId

int32

false

市场ID(可选,不填返回所有)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─bookmakerId

int32

盘口公司ID

-

└─bookmakerName

string

盘口公司名称

-

└─markets

array

市场列表

-

     └─marketId

int32

市场ID

-

     └─marketName

string

市场名称

-

     └─odds

object

赔率数据

-

          └─matchId

int32

比赛ID

-

          └─bookmakerId

int32

盘口公司ID

-

          └─marketId

int32

市场ID: 1=欧赔, 2=亚盘, 3=大小球 ,4=角球 ,5=上半场欧赔, 6=上半场亚盘, 7=上半场大小球 ,8=上半场角球

-

          └─marketName

string

市场名称

-

          └─openingOdds

object

初盘指数(第一条数据)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─liveOdds

object

即时指数(最后一条数据)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─status

int32

比赛状态

-

          └─updateTime

int64

更新时间

-

6.7. 历史-赔率历史数据

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 历史-赔率历史数据

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID(必填)

bookmakerId

int32

false

盘口公司ID(可选,不填返回所有)

marketId

int32

false

市场ID(可选,不填返回所有)

Response-fields:

Field Type Description Since

success

boolean

状态码

-

code

string

状态编号

-

message

string

描述

-

data

array

数据

-

└─bookmakerId

int32

盘口公司ID

-

└─bookmakerName

string

盘口公司名称

-

└─markets

array

市场列表

-

     └─marketId

int32

市场ID

-

     └─marketName

string

市场名称

-

     └─history

object

赔率历史数据

-

          └─matchId

int32

比赛ID

-

          └─bookmakerId

int32

盘口公司ID

-

          └─marketId

int32

市场ID: 1=欧赔, 2=亚盘, 3=大小球 ,4=角球 ,5=上半场欧赔, 6=上半场亚盘, 7=上半场大小球 ,8=上半场角球

-

          └─marketName

string

市场名称

-

          └─history

array

历史记录列表(按时间排序,最早的在前)

-

               └─time

int64

时间戳(秒)

-

               └─oddsType

int32

赔率类型: 1=初盘, 2=即时盘, 3=临场盘, 4=滚球盘

-

               └─minute

string

比赛进行时间

-

               └─score

string

当前比分

-

               └─handicap

string

盘口值/让球值(市场级别,如 "0.5", "1/1.5")

-

               └─outcomes

array

赔率结果列表,支持任意市场类型

-

                    └─name

string

结果名称: home, draw, away, over, under, 1-0, yes, no 等

-

                    └─value

double

赔率值

-

                    └─handicap

string

该结果的盘口值(可选,用于分盘口如 "0/0.5")

-

          └─status

int32

比赛状态

-

          └─updateTime

int64

更新时间

-

7. WebSocket接口

7.1. WebSocket连接
连接地址:wss://api.superscore.cn/ws/change
客户端连接后通过subscribe订阅比赛,服务端推送所有变更类型

客户端消息类型:
- subscribe:订阅比赛,需传matchId
- unsubscribe:取消订阅,需传matchId
- ping:心跳ping,服务端回复pong
- heartbeat:心跳请求,服务端回复heartbeat_ack

基础数据
- country_change:国家变更
- league_change:联赛变更
- season_change:赛季变更
- stage_change:阶段变更
- team_change:球队变更
- player_change:球员变更
- coach_change:教练变更
- venue_change:场馆变更
- referee_change:裁判变更
- standings_change:积分榜变更
- leagueBest_change:联赛最佳变更

指数数据
- oddsMarket_change:赔率市场变更
- oddsMarketHistory_change:赔率历史变更
- bookmaker_change:盘口公司变更

比赛数据
- match_change:比赛数据变更(含比分score、状态status)
- score_change:比分更新
- status_change:比赛状态变更
- stats_change:比赛统计变更
- eventStats_change:事件统计变更
- lineup_change:阵容变更
- event_change:事件变更(进球、换人、红黄牌等)
- text_change:文字直播变更
- injuries_change:伤病变更
- h2h_change:交锋记录变更

Type: GET

Content-Type: application/x-www-form-urlencoded;charset=UTF-8

Description: 连接后订阅比赛,实时推送所有变更

Request-headers:

Header Value Type Required Description

token

string

true

token(传商户KEY)仅供测试,正式站请设置IP

Query-parameters:

Parameter Value Type Required Description

matchId

int32

true

比赛ID

Response-fields:

Field Type Description Since

any object

object

any object.

-

Top