15. 基础数据

15.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

languageId

string

false

多语言 默认zh

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─countryId

string

国家

-

└─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

logo

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "countryId": "",
      "nameEn": "",
      "nameZh": "",
      "nameZht": "",
      "classify": 0,
      "type": 0,
      "code": "",
      "sort": 0,
      "image": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/countryList?languageId=zh

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─leagueId

int32

赛事id

-

└─nameEn

string

英文名称

-

└─nameShortEn

string

英文简称

-

└─nameZh

string

中文名称

-

└─nameShortZh

string

中文简称

-

└─nameZht

string

繁体名称

-

└─nameShortZht

string

繁体简称

-

└─countryId

string

国家名称

-

└─season

string

当前赛季

-

└─image

string

赛事logo

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "leagueId": 0,
      "nameEn": "",
      "nameShortEn": "",
      "nameZh": "",
      "nameShortZh": "",
      "nameZht": "",
      "nameShortZht": "",
      "countryId": "",
      "season": "",
      "image": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/leaguePage?languageId=zh¤t=1&size=100

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─seasonId

int32

赛季

-

└─leagueId

int32

赛事

-

└─name

string

赛季

-

└─standings

int32

积分榜0无,1有

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "seasonId": 0,
      "leagueId": 0,
      "name": "",
      "standings": 0
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/seasonPage?languageId=zh¤t=1&size=100

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─stageId

int32

分组

-

└─nameEn

string

英文名称

-

└─nameZh

string

中文名称

-

└─nameZht

string

繁体名称

-

└─round

string

轮次

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "stageId": 0,
      "nameEn": "",
      "nameZh": "",
      "nameZht": "",
      "round": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/stagePage?languageId=zh¤t=1&size=100

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─teamId

int32

球队

-

└─nameEn

string

英文名称

-

└─nameShortEn

string

英文简称

-

└─nameZh

string

中文名称

-

└─nameShortZh

string

中文简称

-

└─nameZht

string

繁体名称

-

└─nameShortZht

string

繁体简称

-

└─countryId

string

国家

-

└─image

string

球队logo

-

└─state

int32

0下架,1正常

-

└─rankings

int32

排名,0无,1有

-

└─stats

int32

统计,0无,1有

-

└─injuries

int32

情报,0无,1有

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "teamId": 0,
      "nameEn": "",
      "nameShortEn": "",
      "nameZh": "",
      "nameShortZh": "",
      "nameZht": "",
      "nameShortZht": "",
      "countryId": "",
      "image": "",
      "state": 0,
      "rankings": 0,
      "stats": 0,
      "injuries": 0
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/teamPage?languageId=zh¤t=1&size=100

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─playerId

int32

球员

-

└─teamId

int32

球队id

-

└─nameEn

string

英文名称

-

└─nameShortEn

string

英文简称

-

└─nameZh

string

中文名称

-

└─nameShortZh

string

中文简称

-

└─nameZht

string

繁体名称

-

└─nameShortZht

string

繁体简称

-

└─number

string

号码

-

└─age

int32

年龄

-

└─position

int32

位置,0未知,1后卫,2中场,3前锋

-

└─height

string

-

└─weight

string

体重

-

└─image

string

头像

-

└─salary

string

薪水

-

└─college

string

大学

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "playerId": 0,
      "teamId": 0,
      "nameEn": "",
      "nameShortEn": "",
      "nameZh": "",
      "nameShortZh": "",
      "nameZht": "",
      "nameShortZht": "",
      "number": "",
      "age": 0,
      "position": 0,
      "height": "",
      "weight": "",
      "image": "",
      "salary": "",
      "college": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/playerPage?languageId=zh¤t=1&size=100

15.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─venueId

int32

球场

-

└─nameEn

string

英文名称

-

└─nameZh

string

中文名称

-

└─nameZht

string

繁体名称

-

└─image

string

球场logo

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "venueId": 0,
      "nameEn": "",
      "nameZh": "",
      "nameZht": "",
      "image": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/base/venuePage?languageId=zh¤t=1&size=100

16. 实时数据

16.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

languageId

string

false

多语言 默认zh

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛

-

└─leagueId

int32

联赛

-

└─seasonId

int32

赛季

-

└─stageId

int32

分组

-

└─homeId

int32

主队

-

└─awayId

int32

客队

-

└─homeScore

string

主队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─time

int32

比赛时间

-

└─status

int32

状态0未开始,1第一节,2第二节,3中场,4第三节,5第四节,6加时,7休息,10完成,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─venueId

int32

球场

-

└─awayScore

string

客队队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─lottery

int32

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

-

└─stream

int32

是否有直播,0无,1有

-

└─odds

int32

是否有指数,0无,1有

-

└─inplay

int32

是否有滚球,0无,1有

-

└─animation

int32

是否有动画,0无,1有

-

└─sort

int32

竞彩排序

-

└─league

object

联赛信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─away

object

客队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─stats

object

比赛统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─updateTime

int64

更新时间

-

     └─homeTeam

object

主队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

     └─awayTeam

object

客队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

└─teamStats

object

球队统计

-

     └─away

object

客队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

     └─home

object

主队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

└─playerStats

object

球员统计

-

     └─away

object

客队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

     └─home

object

主队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "leagueId": 0,
      "seasonId": 0,
      "stageId": 0,
      "homeId": 0,
      "awayId": 0,
      "homeScore": "",
      "time": 0,
      "status": 0,
      "venueId": 0,
      "awayScore": "",
      "lottery": 0,
      "stream": 0,
      "odds": 0,
      "inplay": 0,
      "animation": 0,
      "sort": 0,
      "league": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "home": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "away": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "stats": {
        "minute": "",
        "second": "",
        "updateTime": 0,
        "homeTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        },
        "awayTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        }
      },
      "teamStats": {
        "away": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        },
        "home": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        }
      },
      "playerStats": {
        "away": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        },
        "home": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        }
      }
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/live?languageId=zh

16.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

languageId

string

false

多语言 默认zh

date

string

true

日期2023-06-01

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛

-

└─leagueId

int32

联赛

-

└─seasonId

int32

赛季

-

└─stageId

int32

分组

-

└─homeId

int32

主队

-

└─awayId

int32

客队

-

└─homeScore

string

主队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─time

int32

比赛时间

-

└─status

int32

状态0未开始,1第一节,2第二节,3中场,4第三节,5第四节,6加时,7休息,10完成,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─venueId

int32

球场

-

└─awayScore

string

客队队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─lottery

int32

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

-

└─stream

int32

是否有直播,0无,1有

-

└─odds

int32

是否有指数,0无,1有

-

└─inplay

int32

是否有滚球,0无,1有

-

└─animation

int32

是否有动画,0无,1有

-

└─sort

int32

竞彩排序

-

└─league

object

联赛信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─away

object

客队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─stats

object

比赛统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─updateTime

int64

更新时间

-

     └─homeTeam

object

主队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

     └─awayTeam

object

客队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

└─teamStats

object

球队统计

-

     └─away

object

客队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

     └─home

object

主队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

└─playerStats

object

球员统计

-

     └─away

object

客队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

     └─home

object

主队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "leagueId": 0,
      "seasonId": 0,
      "stageId": 0,
      "homeId": 0,
      "awayId": 0,
      "homeScore": "",
      "time": 0,
      "status": 0,
      "venueId": 0,
      "awayScore": "",
      "lottery": 0,
      "stream": 0,
      "odds": 0,
      "inplay": 0,
      "animation": 0,
      "sort": 0,
      "league": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "home": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "away": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "stats": {
        "minute": "",
        "second": "",
        "updateTime": 0,
        "homeTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        },
        "awayTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        }
      },
      "teamStats": {
        "away": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        },
        "home": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        }
      },
      "playerStats": {
        "away": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        },
        "home": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        }
      }
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/matchList?languageId=zh&date=2023-08-01

16.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

languageId

string

false

多语言 默认zh

leagueId

int32

true

联赛id

seasonId

int32

true

赛季id

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛

-

└─leagueId

int32

联赛

-

└─seasonId

int32

赛季

-

└─stageId

int32

分组

-

└─homeId

int32

主队

-

└─awayId

int32

客队

-

└─homeScore

string

主队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─time

int32

比赛时间

-

└─status

int32

状态0未开始,1第一节,2第二节,3中场,4第三节,5第四节,6加时,7休息,10完成,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─venueId

int32

球场

-

└─awayScore

string

客队队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─lottery

int32

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

-

└─stream

int32

是否有直播,0无,1有

-

└─odds

int32

是否有指数,0无,1有

-

└─inplay

int32

是否有滚球,0无,1有

-

└─animation

int32

是否有动画,0无,1有

-

└─sort

int32

竞彩排序

-

└─league

object

联赛信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─away

object

客队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─stats

object

比赛统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─updateTime

int64

更新时间

-

     └─homeTeam

object

主队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

     └─awayTeam

object

客队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

└─teamStats

object

球队统计

-

     └─away

object

客队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

     └─home

object

主队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

└─playerStats

object

球员统计

-

     └─away

object

客队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

     └─home

object

主队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "leagueId": 0,
      "seasonId": 0,
      "stageId": 0,
      "homeId": 0,
      "awayId": 0,
      "homeScore": "",
      "time": 0,
      "status": 0,
      "venueId": 0,
      "awayScore": "",
      "lottery": 0,
      "stream": 0,
      "odds": 0,
      "inplay": 0,
      "animation": 0,
      "sort": 0,
      "league": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "home": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "away": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "stats": {
        "minute": "",
        "second": "",
        "updateTime": 0,
        "homeTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        },
        "awayTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        }
      },
      "teamStats": {
        "away": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        },
        "home": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        }
      },
      "playerStats": {
        "away": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        },
        "home": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        }
      }
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/matchSeason?languageId=zh&leagueId=0&seasonId=0

16.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

languageId

string

false

多语言 默认zh

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛id

-

└─minute

string

时间秒

-

└─content

string

内容

-

└─updateTime

int64

更新时间

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "minute": "",
      "content": "",
      "updateTime": 0
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/textList?languageId=zh

16.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

languageId

string

false

多语言 默认zh

matchId

int32

true

比赛id

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛id

-

└─minute

string

时间秒

-

└─content

string

内容

-

└─updateTime

int64

更新时间

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "minute": "",
      "content": "",
      "updateTime": 0
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/text?languageId=zh&matchId=0

16.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

languageId

string

false

多语言 默认zh

matchId

int32

true

比赛id

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {},
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/change/animation?languageId=zh&matchId=0

17. 统计数据

17.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

languageId

string

false

多语言 默认zh

leagueId

int32

true

联赛ID

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─leagueId

int32

联赛id

-

└─season

string

赛季

-

└─leagueList

array

No comments found.

-

     └─name

string

分组

-

     └─teamList

array

球队列表

-

          └─description

string

描述

-

          └─gp

string

总场次

-

          └─team

object

球队id

-

               └─id

int32

id

-

               └─nameEn

string

英文名称

-

               └─nameShortEn

string

英文简称

-

               └─nameZh

string

中文名称

-

               └─nameShortZh

string

中文简称

-

               └─nameZht

string

繁体名称

-

               └─nameShortZht

string

繁体简称

-

               └─image

string

image

-

               └─sort

int32

排序

-

          └─l

string

失败场次

-

          └─pointsAgainst

string

失败得分

-

          └─pointsFor

string

积分

-

          └─pos

string

排名

-

          └─pts

string

胜率

-

          └─recentForm

string

最近战况

-

          └─w

string

胜利场次

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "leagueId": 0,
    "season": "",
    "leagueList": [
      {
        "name": "",
        "teamList": [
          {
            "description": "",
            "gp": "",
            "team": {
              "id": 0,
              "nameEn": "",
              "nameShortEn": "",
              "nameZh": "",
              "nameShortZh": "",
              "nameZht": "",
              "nameShortZht": "",
              "image": "",
              "sort": 0
            },
            "l": "",
            "pointsAgainst": "",
            "pointsFor": "",
            "pos": "",
            "pts": "",
            "recentForm": "",
            "w": ""
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/statistics/standings?languageId=zh&leagueId=0

17.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

languageId

string

false

多语言 默认zh

teamId

int32

true

No comments found.

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─teamId

int32

球队id

-

└─gameList

array

比赛统计

-

     └─playerId

int32

球员id

-

     └─assistsPerGame

string

场均助攻

-

     └─blocksPerGame

string

场均盖帽

-

     └─fieldGoalsPct

string

场均投篮命中率

-

     └─freeThrowsPct

string

场均罚球占比

-

     └─gamesPlayed

string

上场次数

-

     └─minutes

string

上场时间

-

     └─pointsPerGame

string

场均比赛得分

-

     └─rank

string

排名

-

     └─reboundsPerGame

string

场均篮板球

-

     └─stealsPerGame

string

场均抢断

-

     └─threePointPct

string

场均三分占比

-

     └─turnoversPerGame

string

场均失误

-

     └─foulsPerGame

string

场均犯规次数

-

     └─offensiveReboundsPerGame

string

场均进攻篮板数

-

     └─efficiencyRating

string

场均胜率

-

     └─defensiveReboundsPerGame

string

场均防守篮板

-

     └─gamesStarted

string

首发场数

-

└─shootingList

array

投篮统计

-

     └─playerId

int32

球员id

-

     └─assists

string

助攻

-

     └─blocks

string

盖帽

-

     └─defensiveRebounds

string

防守篮板

-

     └─fgAttempts

string

投篮次数

-

     └─fgMade

string

投篮命中数

-

     └─freeThrowsAttempts

string

罚球次数

-

     └─freeThrowsMade

string

罚球命中数

-

     └─minutes

string

上场时间

-

     └─offensiveRebounds

string

进攻篮板

-

     └─points

string

得分

-

     └─rank

string

排名

-

     └─rebounds

string

篮板球

-

     └─steals

string

抢断

-

     └─threePointAttempts

string

三分球次数

-

     └─threePointMade

string

三分球命中次数

-

     └─turnovers

string

失误次数

-

     └─twoPointMadePerGame

string

场均两分

-

     └─fgPct

string

投篮占比

-

     └─freeThrowsMadePerGame

string

场均罚球次数

-

     └─fieldGoalPctAvg

string

平均投篮命中率

-

     └─threePointAttemptsPerGame

string

场均三分投篮次数

-

     └─threePointPct

string

场均三分占比

-

     └─freeThrowsAttemptsPerGame

string

场均比赛罚球次数

-

     └─pointsPerShot

string

场均得分

-

     └─fgMadePerGame

string

场均投篮

-

     └─fgAttemptsPerGame

string

场均投篮

-

     └─threePointMadePerGame

string

场均三分

-

     └─freeThrowsPct

string

罚球占比

-

     └─twoPointPct

string

两分投篮占比

-

     └─twoPointAttempsPerGame

string

两分投篮次数

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "teamId": 0,
    "gameList": [
      {
        "playerId": 0,
        "assistsPerGame": "",
        "blocksPerGame": "",
        "fieldGoalsPct": "",
        "freeThrowsPct": "",
        "gamesPlayed": "",
        "minutes": "",
        "pointsPerGame": "",
        "rank": "",
        "reboundsPerGame": "",
        "stealsPerGame": "",
        "threePointPct": "",
        "turnoversPerGame": "",
        "foulsPerGame": "",
        "offensiveReboundsPerGame": "",
        "efficiencyRating": "",
        "defensiveReboundsPerGame": "",
        "gamesStarted": ""
      }
    ],
    "shootingList": [
      {
        "playerId": 0,
        "assists": "",
        "blocks": "",
        "defensiveRebounds": "",
        "fgAttempts": "",
        "fgMade": "",
        "freeThrowsAttempts": "",
        "freeThrowsMade": "",
        "minutes": "",
        "offensiveRebounds": "",
        "points": "",
        "rank": "",
        "rebounds": "",
        "steals": "",
        "threePointAttempts": "",
        "threePointMade": "",
        "turnovers": "",
        "twoPointMadePerGame": "",
        "fgPct": "",
        "freeThrowsMadePerGame": "",
        "fieldGoalPctAvg": "",
        "threePointAttemptsPerGame": "",
        "threePointPct": "",
        "freeThrowsAttemptsPerGame": "",
        "pointsPerShot": "",
        "fgMadePerGame": "",
        "fgAttemptsPerGame": "",
        "threePointMadePerGame": "",
        "freeThrowsPct": "",
        "twoPointPct": "",
        "twoPointAttempsPerGame": ""
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/statistics/team?languageId=zh&teamId=0

17.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

languageId

string

false

多语言 默认zh

matchId

int32

true

No comments found.

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─teamId1

string

主队

-

└─teamId2

string

客队

-

└─top50List

array

最近五十场比赛

-

     └─leagueId

int32

联赛id

-

     └─matchId

int32

比赛id

-

     └─teamId1

string

主队id

-

     └─teamId2

string

客队id

-

     └─date

string

日期

-

     └─team1Score

string

主队进球

-

     └─team2Score

string

客队进球

-

└─overall

object

交战胜平负统计

-

     └─total

object

总进球

-

          └─games

int32

比赛场次

-

          └─team1Won

int32

主队赢得比赛场次

-

          └─team2Won

int32

客队赢得比赛场次

-

          └─draws

int32

平局比赛场次

-

     └─home

object

主队

-

          └─team1

object

主队

-

               └─games

int32

比赛场次

-

               └─won

int32

赢球场次

-

               └─lost

int32

输球场次

-

               └─draws

int32

平局场次

-

          └─team2

object

客队

-

               └─games

int32

比赛场次

-

               └─won

int32

赢球场次

-

               └─lost

int32

输球场次

-

               └─draws

int32

平局场次

-

     └─away

object

客队

-

          └─team1

object

-

               └─games

int32

比赛场次

-

               └─won

int32

赢球场次

-

               └─lost

int32

输球场次

-

               └─draws

int32

平局场次

-

          └─team2

object

-

               └─games

int32

比赛场次

-

               └─won

int32

赢球场次

-

               └─lost

int32

输球场次

-

               └─draws

int32

平局场次

-

└─leagueList

array

联赛交战统计

-

     └─leagueId

int32

联赛id

-

     └─games

int32

比赛场次

-

     └─team1Won

int32

主队赢球场次

-

     └─team2Won

int32

客队赢球场次

-

     └─draw

int32

平局

-

└─biggestVictory

object

最大的胜利

-

     └─team1

object

主队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

     └─team2

object

客队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

└─biggestDefeat

object

最大的失利

-

     └─team1

object

主队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

     └─team2

object

客队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

└─last5Home

object

最近五场主场比赛

-

     └─teamList1

array

主队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

     └─teamList2

array

客队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

└─last5Away

object

最近五场客场比赛

-

     └─teamList1

array

主队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

     └─teamList2

array

客队

-

          └─category

string

国家

-

          └─leagueId

int32

联赛id

-

          └─id1

int32

主队

-

          └─id2

int32

客队

-

          └─date

string

日期

-

          └─team1Score

string

主队比分

-

          └─team2Score

string

主队比分

-

          └─matchId

int32

比赛id

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "teamId1": "",
    "teamId2": "",
    "top50List": [
      {
        "leagueId": 0,
        "matchId": 0,
        "teamId1": "",
        "teamId2": "",
        "date": "",
        "team1Score": "",
        "team2Score": ""
      }
    ],
    "overall": {
      "total": {
        "games": 0,
        "team1Won": 0,
        "team2Won": 0,
        "draws": 0
      },
      "home": {
        "team1": {
          "games": 0,
          "won": 0,
          "lost": 0,
          "draws": 0
        },
        "team2": {
          "games": 0,
          "won": 0,
          "lost": 0,
          "draws": 0
        }
      },
      "away": {
        "team1": {
          "games": 0,
          "won": 0,
          "lost": 0,
          "draws": 0
        },
        "team2": {
          "games": 0,
          "won": 0,
          "lost": 0,
          "draws": 0
        }
      }
    },
    "leagueList": [
      {
        "leagueId": 0,
        "games": 0,
        "team1Won": 0,
        "team2Won": 0,
        "draw": 0
      }
    ],
    "biggestVictory": {
      "team1": {
        "category": "",
        "leagueId": 0,
        "id1": 0,
        "id2": 0,
        "date": "",
        "team1Score": "",
        "team2Score": "",
        "matchId": 0
      },
      "team2": {
        "category": "",
        "leagueId": 0,
        "id1": 0,
        "id2": 0,
        "date": "",
        "team1Score": "",
        "team2Score": "",
        "matchId": 0
      }
    },
    "biggestDefeat": {
      "team1": {
        "category": "",
        "leagueId": 0,
        "id1": 0,
        "id2": 0,
        "date": "",
        "team1Score": "",
        "team2Score": "",
        "matchId": 0
      },
      "team2": {
        "category": "",
        "leagueId": 0,
        "id1": 0,
        "id2": 0,
        "date": "",
        "team1Score": "",
        "team2Score": "",
        "matchId": 0
      }
    },
    "last5Home": {
      "teamList1": [
        {
          "category": "",
          "leagueId": 0,
          "id1": 0,
          "id2": 0,
          "date": "",
          "team1Score": "",
          "team2Score": "",
          "matchId": 0
        }
      ],
      "teamList2": [
        {
          "category": "",
          "leagueId": 0,
          "id1": 0,
          "id2": 0,
          "date": "",
          "team1Score": "",
          "team2Score": "",
          "matchId": 0
        }
      ]
    },
    "last5Away": {
      "teamList1": [
        {
          "category": "",
          "leagueId": 0,
          "id1": 0,
          "id2": 0,
          "date": "",
          "team1Score": "",
          "team2Score": "",
          "matchId": 0
        }
      ],
      "teamList2": [
        {
          "category": "",
          "leagueId": 0,
          "id1": 0,
          "id2": 0,
          "date": "",
          "team1Score": "",
          "team2Score": "",
          "matchId": 0
        }
      ]
    }
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/statistics/match?languageId=zh&matchId=0

18. 指数数据

18.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

languageId

string

false

No comments found.

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─bookmakerId

int32

盘口公司id

-

└─nameEn

string

英文名称

-

└─nameZh

string

中文名称

-

└─nameZht

string

繁体名称

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "bookmakerId": 0,
      "nameEn": "",
      "nameZh": "",
      "nameZht": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/bookmakerList?languageId=zh

18.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

languageId

string

false

No comments found.

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─marketId

int32

市场

-

└─nameEn

string

英文名称

-

└─nameZh

string

中文名称

-

└─nameZht

string

繁体名称

-

└─sort

int32

排序

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "marketId": 0,
      "nameEn": "",
      "nameZh": "",
      "nameZht": "",
      "sort": 0
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/marketList?languageId=zh

18.3. 赛前即时指数

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "updateTime": 0,
      "categoryList": [
        {
          "id": 0,
          "stop": true,
          "sort": 0,
          "companyList": [
            {
              "id": 0,
              "ts": 0,
              "stop": true,
              "type": 0,
              "score": "",
              "minute": "",
              "odds": [
                {
                  "id": "",
                  "name": "",
                  "nameZh": "",
                  "value": "",
                  "stop": true,
                  "handicap": "",
                  "oddsChild": [
                    {
                      "name": "",
                      "nameZh": "",
                      "value": "",
                      "stop": true
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/oddsList?languageId=zh&companyIds=&categoryIds=

18.4. 赛前即时指数-按比赛查询

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

matchId

int32

true

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "matchId": 0,
    "updateTime": 0,
    "categoryList": [
      {
        "id": 0,
        "stop": true,
        "sort": 0,
        "companyList": [
          {
            "id": 0,
            "ts": 0,
            "stop": true,
            "type": 0,
            "score": "",
            "minute": "",
            "odds": [
              {
                "id": "",
                "name": "",
                "nameZh": "",
                "value": "",
                "stop": true,
                "handicap": "",
                "oddsChild": [
                  {
                    "name": "",
                    "nameZh": "",
                    "value": "",
                    "stop": true
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/oddsById?languageId=zh&matchId=0&companyIds=&categoryIds=

18.5. 赛前历史指数-按比赛查询

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

matchId

int32

true

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "matchId": 0,
    "updateTime": 0,
    "categoryList": [
      {
        "id": 0,
        "stop": true,
        "sort": 0,
        "companyList": [
          {
            "id": 0,
            "ts": 0,
            "stop": true,
            "type": 0,
            "score": "",
            "minute": "",
            "odds": [
              {
                "id": "",
                "name": "",
                "nameZh": "",
                "value": "",
                "stop": true,
                "handicap": "",
                "oddsChild": [
                  {
                    "name": "",
                    "nameZh": "",
                    "value": "",
                    "stop": true
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/oddsOldById?languageId=zh&matchId=0&companyIds=&categoryIds=

18.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

languageId

string

false

No comments found.

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─marketId

int32

赔率市场

-

└─name

string

名称

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "marketId": 0,
      "name": ""
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/odds/market2List?languageId=zh

18.7. 赛中即时指数

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "updateTime": 0,
      "categoryList": [
        {
          "id": 0,
          "stop": true,
          "sort": 0,
          "companyList": [
            {
              "id": 0,
              "ts": 0,
              "stop": true,
              "type": 0,
              "score": "",
              "minute": "",
              "odds": [
                {
                  "id": "",
                  "name": "",
                  "nameZh": "",
                  "value": "",
                  "stop": true,
                  "handicap": "",
                  "oddsChild": [
                    {
                      "name": "",
                      "nameZh": "",
                      "value": "",
                      "stop": true
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://inplay.superscore.cn/basketball/odds/inPlayList?languageId=zh&companyIds=&categoryIds=

18.8. 赛中即时指数-按比赛查询

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

matchId

int32

true

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "matchId": 0,
    "updateTime": 0,
    "categoryList": [
      {
        "id": 0,
        "stop": true,
        "sort": 0,
        "companyList": [
          {
            "id": 0,
            "ts": 0,
            "stop": true,
            "type": 0,
            "score": "",
            "minute": "",
            "odds": [
              {
                "id": "",
                "name": "",
                "nameZh": "",
                "value": "",
                "stop": true,
                "handicap": "",
                "oddsChild": [
                  {
                    "name": "",
                    "nameZh": "",
                    "value": "",
                    "stop": true
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://inplay.superscore.cn/basketball/odds/inPlay?languageId=zh&matchId=0&companyIds=&categoryIds=

18.9. 赛中历史指数-按比赛查询

Type: GET

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

Description: 建议每10S更新

Request-headers:

Header Value Type Required Description

token

string

true

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

Query-parameters:

Parameter Value Type Required Description

languageId

string

false

No comments found.

matchId

int32

true

No comments found.

companyIds

string

false

盘口id,逗号隔开,默认全部

categoryIds

string

false

玩法id,逗号隔开,默认全部

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─matchId

int32

比赛id

-

└─updateTime

int64

更新时间

-

└─categoryList

array

玩法

-

     └─id

int32

玩法id

-

     └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

     └─sort

int32

排序

-

     └─companyList

array

市场

-

          └─id

int32

盘口id

-

          └─ts

int64

更新时间

-

          └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

          └─type

int32

1早,2即,3临,4滚

-

          └─score

string

比分 滚球字段

-

          └─minute

string

时间 滚球字段

-

          └─odds

array

指数

-

               └─id

string

名称

-

               └─name

string

名称

-

               └─nameZh

string

名称

-

               └─value

string

-

               └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

               └─handicap

string

滚球字段

-

               └─oddsChild

array

子指数

-

                    └─name

string

名称

-

                    └─nameZh

string

名称

-

                    └─value

string

-

                    └─stop

boolean

True – 投注暂停/市场不活跃 False – 投注活跃

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "matchId": 0,
    "updateTime": 0,
    "categoryList": [
      {
        "id": 0,
        "stop": true,
        "sort": 0,
        "companyList": [
          {
            "id": 0,
            "ts": 0,
            "stop": true,
            "type": 0,
            "score": "",
            "minute": "",
            "odds": [
              {
                "id": "",
                "name": "",
                "nameZh": "",
                "value": "",
                "stop": true,
                "handicap": "",
                "oddsChild": [
                  {
                    "name": "",
                    "nameZh": "",
                    "value": "",
                    "stop": true
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://inplay.superscore.cn/basketball/odds/inPlayOldById?languageId=zh&matchId=0&companyIds=&categoryIds=

19. 历史数据库

19.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

languageId

string

false

No comments found.

current

int32

true

当前页数

size

int32

true

数据数量:默认100,最大200 Validate[max: 200; ]

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛

-

└─leagueId

int32

联赛

-

└─seasonId

int32

赛季

-

└─stageId

int32

分组

-

└─homeId

int32

主队

-

└─awayId

int32

客队

-

└─homeScore

string

主队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─time

int32

比赛时间

-

└─status

int32

状态0未开始,1第一节,2第二节,3中场,4第三节,5第四节,6加时,7休息,10完成,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─venueId

int32

球场

-

└─awayScore

string

客队队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─lottery

int32

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

-

└─stream

int32

是否有直播,0无,1有

-

└─odds

int32

是否有指数,0无,1有

-

└─inplay

int32

是否有滚球,0无,1有

-

└─animation

int32

是否有动画,0无,1有

-

└─sort

int32

竞彩排序

-

└─league

object

联赛信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─away

object

客队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─stats

object

比赛统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─updateTime

int64

更新时间

-

     └─homeTeam

object

主队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

     └─awayTeam

object

客队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

└─teamStats

object

球队统计

-

     └─away

object

客队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

     └─home

object

主队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

└─playerStats

object

球员统计

-

     └─away

object

客队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

     └─home

object

主队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "leagueId": 0,
      "seasonId": 0,
      "stageId": 0,
      "homeId": 0,
      "awayId": 0,
      "homeScore": "",
      "time": 0,
      "status": 0,
      "venueId": 0,
      "awayScore": "",
      "lottery": 0,
      "stream": 0,
      "odds": 0,
      "inplay": 0,
      "animation": 0,
      "sort": 0,
      "league": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "home": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "away": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "stats": {
        "minute": "",
        "second": "",
        "updateTime": 0,
        "homeTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        },
        "awayTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        }
      },
      "teamStats": {
        "away": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        },
        "home": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        }
      },
      "playerStats": {
        "away": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        },
        "home": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        }
      }
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/database/matchPage?languageId=zh¤t=1&size=100

19.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

languageId

string

false

No comments found.

leagueId

int32

true

联赛ID

season

string

true

赛季

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

object

数据

-

└─leagueId

int32

联赛id

-

└─season

string

赛季

-

└─leagueList

array

No comments found.

-

     └─name

string

分组

-

     └─teamList

array

球队列表

-

          └─description

string

描述

-

          └─gp

string

总场次

-

          └─team

object

球队id

-

               └─id

int32

id

-

               └─nameEn

string

英文名称

-

               └─nameShortEn

string

英文简称

-

               └─nameZh

string

中文名称

-

               └─nameShortZh

string

中文简称

-

               └─nameZht

string

繁体名称

-

               └─nameShortZht

string

繁体简称

-

               └─image

string

image

-

               └─sort

int32

排序

-

          └─l

string

失败场次

-

          └─pointsAgainst

string

失败得分

-

          └─pointsFor

string

积分

-

          └─pos

string

排名

-

          └─pts

string

胜率

-

          └─recentForm

string

最近战况

-

          └─w

string

胜利场次

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": {
    "leagueId": 0,
    "season": "",
    "leagueList": [
      {
        "name": "",
        "teamList": [
          {
            "description": "",
            "gp": "",
            "team": {
              "id": 0,
              "nameEn": "",
              "nameShortEn": "",
              "nameZh": "",
              "nameShortZh": "",
              "nameZht": "",
              "nameShortZht": "",
              "image": "",
              "sort": 0
            },
            "l": "",
            "pointsAgainst": "",
            "pointsFor": "",
            "pos": "",
            "pts": "",
            "recentForm": "",
            "w": ""
          }
        ]
      }
    ]
  },
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/database/standings?languageId=zh&leagueId=0&season=

19.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

languageId

string

false

多语言 默认zh

leagueId

int32

true

联赛id

seasonId

int32

true

赛季id

Response-fields:

Field Type Description Since

success

boolean

是否成功

-

message

string

提示信息

-

data

array

数据

-

└─matchId

int32

比赛

-

└─leagueId

int32

联赛

-

└─seasonId

int32

赛季

-

└─stageId

int32

分组

-

└─homeId

int32

主队

-

└─awayId

int32

客队

-

└─homeScore

string

主队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─time

int32

比赛时间

-

└─status

int32

状态0未开始,1第一节,2第二节,3中场,4第三节,5第四节,6加时,7休息,10完成,11取消,12暂停,13推迟,14延迟,15腰斩,16中断,17退赛,18待定,99删除

-

└─venueId

int32

球场

-

└─awayScore

string

客队队比分 第一节,第二节,第三节,第四节,加时,总共

-

└─lottery

int32

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

-

└─stream

int32

是否有直播,0无,1有

-

└─odds

int32

是否有指数,0无,1有

-

└─inplay

int32

是否有滚球,0无,1有

-

└─animation

int32

是否有动画,0无,1有

-

└─sort

int32

竞彩排序

-

└─league

object

联赛信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─home

object

主队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─away

object

客队信息

-

     └─id

int32

id

-

     └─nameEn

string

英文名称

-

     └─nameShortEn

string

英文简称

-

     └─nameZh

string

中文名称

-

     └─nameShortZh

string

中文简称

-

     └─nameZht

string

繁体名称

-

     └─nameShortZht

string

繁体简称

-

     └─image

string

image

-

     └─sort

int32

排序

-

└─stats

object

比赛统计

-

     └─minute

string

分钟

-

     └─second

string

-

     └─updateTime

int64

更新时间

-

     └─homeTeam

object

主队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

     └─awayTeam

object

客队

-

          └─s1

string

第一节得分

-

          └─s2

string

第二节得分

-

          └─s3

string

第三节得分

-

          └─s4

string

第四节得分

-

          └─half

string

半场得分

-

          └─ot

string

加时得分

-

          └─t

string

总得分

-

└─teamStats

object

球队统计

-

     └─away

object

客队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

     └─home

object

主队

-

          └─assists

string

助攻

-

          └─blocks

string

蓋帽

-

          └─fieldGoalsMade

object

投篮命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─freeThrowsGoalsMade

object

罚球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─personalFouls

string

个人犯规

-

          └─rebounds

object

篮板球

-

               └─defense

string

No comments found.

-

               └─offence

string

No comments found.

-

               └─total

string

No comments found.

-

          └─steals

string

抢断

-

          └─threePointGoalsMade

object

三分球命中率

-

               └─attempts

string

No comments found.

-

               └─pct

string

No comments found.

-

               └─total

string

No comments found.

-

          └─turnovers

string

失误

-

└─playerStats

object

球员统计

-

     └─away

object

客队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

     └─home

object

主队

-

          └─bench

array

替补

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

          └─starters

array

首发

-

               └─assists

string

助攻

-

               └─blocks

string

盖帽

-

               └─defenseRebounds

string

防守篮板

-

               └─fieldGoalsAttempts

string

射门次数

-

               └─fieldGoalsMade

string

投篮命中率

-

               └─freeThrowsGoalsAttempts

string

罚球次数

-

               └─freeThrowsGoalsMade

string

罚球命中率

-

               └─id

string

球员id

-

               └─minutes

string

上场时间

-

               └─name

string

-

               └─offenceRebounds

string

进攻篮板

-

               └─onCourt

boolean

是否在球场上

-

               └─personalFouls

string

个人犯规

-

               └─plusMinus

string

正负值

-

               └─points

string

得分

-

               └─pos

int32

位置

-

               └─steals

string

抢断

-

               └─threePointGoalsAttempts

string

三分进球次数

-

               └─threePointGoalsMade

string

三分球命中率

-

               └─totalRebounds

string

总篮板数

-

               └─turnovers

string

失误

-

code

string

编码

-

timestamp

int64

时间

-

Response-example:

{
  "success": true,
  "message": "",
  "data": [
    {
      "matchId": 0,
      "leagueId": 0,
      "seasonId": 0,
      "stageId": 0,
      "homeId": 0,
      "awayId": 0,
      "homeScore": "",
      "time": 0,
      "status": 0,
      "venueId": 0,
      "awayScore": "",
      "lottery": 0,
      "stream": 0,
      "odds": 0,
      "inplay": 0,
      "animation": 0,
      "sort": 0,
      "league": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "home": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "away": {
        "id": 0,
        "nameEn": "",
        "nameShortEn": "",
        "nameZh": "",
        "nameShortZh": "",
        "nameZht": "",
        "nameShortZht": "",
        "image": "",
        "sort": 0
      },
      "stats": {
        "minute": "",
        "second": "",
        "updateTime": 0,
        "homeTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        },
        "awayTeam": {
          "s1": "",
          "s2": "",
          "s3": "",
          "s4": "",
          "half": "",
          "ot": "",
          "t": ""
        }
      },
      "teamStats": {
        "away": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        },
        "home": {
          "assists": "",
          "blocks": "",
          "fieldGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "freeThrowsGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "personalFouls": "",
          "rebounds": {
            "defense": "",
            "offence": "",
            "total": ""
          },
          "steals": "",
          "threePointGoalsMade": {
            "attempts": "",
            "pct": "",
            "total": ""
          },
          "turnovers": ""
        }
      },
      "playerStats": {
        "away": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        },
        "home": {
          "bench": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ],
          "starters": [
            {
              "assists": "",
              "blocks": "",
              "defenseRebounds": "",
              "fieldGoalsAttempts": "",
              "fieldGoalsMade": "",
              "freeThrowsGoalsAttempts": "",
              "freeThrowsGoalsMade": "",
              "id": "",
              "minutes": "",
              "name": "",
              "offenceRebounds": "",
              "onCourt": true,
              "personalFouls": "",
              "plusMinus": "",
              "points": "",
              "pos": 0,
              "steals": "",
              "threePointGoalsAttempts": "",
              "threePointGoalsMade": "",
              "totalRebounds": "",
              "turnovers": ""
            }
          ]
        }
      }
    }
  ],
  "code": "",
  "timestamp": 0
}

Curl-example:

curl -X GET -k -H 'token:test' -i https://api.superscore.cn/basketball/database/matchSeason?languageId=zh&leagueId=0&seasonId=0

20. websocket变化数据

20.1. 即时数据

WebSocket地址:wss://socket.superscore.cn:9083/basketball
code字典
201 即时比分
202 比赛统计
203 比赛事件

20.2. 赛前指数

WebSocket地址:wss://socket.superscore.cn:9083/basketballOdds

20.3. 赛中指数

WebSocket地址:wss://socket.superscore.cn:9083/basketballInPlay

Top