纳米体育数据的数据接口通过JSON拉流方式获取200多个国家的体育赛事实时数据或历史数据的编程接口,无请求次数限制,可按需购买,接口稳定高效;覆盖项目包括足球、篮球、网球、电子竞技、奥运等专题、数据内容。
纳米数据API2.0版本包含http协议以及websocket协议,主要通过http获取数据,实时数据通过websocket获取。
http协议支持http和https,每个接口都需要传递用户名和密钥用于验证接口权限,白名单ip才能够获取相关数据。
获取北单指数
请求参数:TREE
-
userstring
用户名,请联系商务
必填
-
secretstring
用户密钥,请联系商务
必填
返回参数:TREE
{
code:
integer
data:[ {
指数
id: integer
唯一,用于和"体彩关联接口"中的比赛关联
comp: string
赛事名称
home: string
主队名称
away: string
客队名称
issue: integer
期号
issue_num: integer
序号
match_time: integer
比赛时间
sell_status: string
销售状态码
顺序:胜平负,总进球,半全场,上下单双盘,比分
状态码:0-未开售、1-销售中、2-未知状态、3-已停售、4-已开奖
odds: {
指数项
spf: {
胜平负
goal: string
让球
sf3: string
主胜sp
sf1: string
平局sp
sf0: string
客胜sp
}jq: {
进球
j0: string
零球sp
j1: string
一球sp
j2: string
二球sp
j3: string
三球sp
j4: string
四球sp
j5: string
五球sp
j6: string
六球sp
j7: string
七球+sp
}bqc: {
半全场
l33: string
胜胜sp
l31: string
胜平sp
l30: string
胜负sp
l13: string
平胜sp
l11: string
平平sp
l10: string
平负sp
l03: string
负胜sp
l01: string
负平sp
l00: string
负负sp
}sxp: {
上下单双
sx11: string
上单sp
sx10: string
上双sp
sx01: string
下单sp
sx00: string
下双sp
}bf: {
比分
s10: string
1:0 sp
s20: string
2:0 sp
s21: string
2:1 sp
s30: string
3:0 sp
s31: string
3:1 sp
s32: string
3:2 sp
s40: string
4:0 sp
s41: string
4:1 sp
s42: string
4:2 sp
sw: string
胜其他sp
s00: string
0:0 sp
s11: string
1:1 sp
s22: string
2:2 sp
s33: string
3:3 sp
sp: string
平其他sp
s01: string
0:1 sp
s02: string
0:2 sp
s12: string
1:2 sp
s03: string
0:3 sp
s13: string
1:3 sp
s23: string
2:3 sp
s04: string
0:4 sp
s14: string
1:4 sp
s24: string
2:4 sp
sl: string
负其他sp
}}}]
}