Matches Analysis

Update Time: 2024-04-15 09:12

Introduction

• This API endpoint returns match analysis data for the past 7 days and the next 7 days.

• The data includes Head to Head of the home team and away team, last match and future schedule.

• The data is cached for 24 hours without frequent updates.

• Data presentation:https://www.nowgoal5.com/nbaAnalysis/431856.html

Related Plans

You can use this api by subscribing plans:  Stats.

Request

  • Path: /sport/basketball/analysis
  • Method: GET
  • Calls: This interface is limited to 1 second/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
matchIdstringtrue

Response

ParameterValueDescription
headToHead listReturn up to the last 20 matches.
Each string contains all parameters below, separated by comma.
matchId string
leagueId string
league string
color stringUsed to distinguish between different leagues, e.g. #FF0000
matchTime stringGMT+0, unix timestamp
matchType stringRegular、Playoffs、Preseason、undefined
homeTeamId string
home string
awayTeamId string
away string
homeScore int
homeHalfScore int
awayScore int
awayHalfScore int
result intMoneyLine.

1 : win
0: draw
-1: loss
scoreGap stringMargin.
spread stringSpread odds
spreadResult int1: Winning result
0: Void result
-1: Losing result
total string
totalOdds string
totalResult int1:Over result
0:Void result
-1:Under result
homeLastMatches listThe same as HeadToHead.
Return up to the last 20 games.
Each string contains all parameters below, separated by comma.
awayLastMatches listThe same as HeadToHead.
Return up to the last 20 games.
Each string contains all parameters below, separated by comma.
homeSchedule listReturn to the team's last 3 matches and the next 3 matches.
Each string contains all of the following parameters, separated by commas.
matchId string
leagueId string
league string
color stringUsed to distinguish between different leagues, e.g. #FF0000
matchTime stringe.g. 2019-11-09 09:30
homeTeamId string
home string
score stringPast match returns scores, e.g. 120-103.
Future match returns “vs”.
awayTeamId string
away string
day stringThe span days between the next match and the current match.
awaySchedule listThe same as HomeSchedule.

Example Request

Example Response

{}
    • This API endpoint returns match analysis data for the past 7 days and the next 7 days. \n\n • The data includes Head to Head of the home team and away team, last match and future schedule. \n\n • The data is cached for 24 hours without frequent updates.\n\n • Data presentation:https://www.nowgoal5.com/nbaAnalysis/431856.html

    Matches AnalysisiSportsAPI

    Contact