Get A Match
Update Time: 2021-08-12 09:44
Introduction
Get a single matches by match_id, more detailed data of the league is provided
Game type:7=Rainbow Six; 8=Overwatch; 9=Rocket League; 10=StarCraft2; 11=Heroes of Storm; 12=Heartstone
Request
- Path: /esport/others/match/basic_info
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
match_id | string | true | Use comma to separate each id if you search more than one matchthe number of searched id should be fewer than 50 at one time |
game_type | int | true | Game type7=Rainbow Six8=Overwatch9=Rocket League10=StarCraft211=Heroes of Storm12=Heartstone |
Response
Parameter | Value | Description | |
---|---|---|---|
league_id | string | ||
match_id | string | ||
start_time | long | Value in milliseconds | |
status | int | 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted | |
game_type | int | Game type7=Rainbow Six8=Overwatch9=Rocket League10=StarCraft211=Heroes of Storm12=Heartstone | |
data - Rainbow six | object | Only retrun by searching the specific gametype | |
team_a_id | string | ||
team_a_score | int | ||
team_b_id | string | ||
team_b_score | int | ||
data - Overwatch | object | Only retrun by searching the specific gametype | |
team_a_id | string | ||
team_a_score | int | ||
team_b_id | string | ||
team_b_score | int | ||
data - Rocket League | object | Only retrun by searching the specific gametype | |
team_a_id | string | ||
team_a_score | int | ||
team_b_id | string | ||
team_b_score | int | ||
team_a_name | string | ||
team_b_name | string | ||
data - StarCraft2 | object | Only retrun by searching the specific gametype | |
stage | string | ||
bo | int | Best of X (Example: bo 3 = best of 3) | |
player_a_id | string | ||
player_b_id | string | ||
player_a_score | int | ||
player_b_score | int | ||
data - Heroes of Storm | object | Only retrun by searching the specific gametype | |
stage | string | ||
bo | int | Best of X (Example: bo 3 = best of 3) | |
team_a_id | string | ||
team_a_score | int | ||
team_b_id | string | ||
team_b_score | int | ||
data - Heartstone | object | Only retrun by searching the specific gametype | |
stage | string | ||
bo | int | Best of X (Example: bo 3 = best of 3) | |
player_a_id | string | ||
player_b_id | string | ||
player_a_score | int | ||
player_b_score | int | ||
battles - StarCraft2 | object | Only retrun by searching the specific gametype | |
battle_id | string | ||
match_id | string | ||
index | int | The current round that are ongingExamplelive_battle_index=0 means the game have not yet started or no data for this gamelive_battle_index=1means the game is in round1 | |
map | string | ||
player_a_id | string | ||
player_b_id | string | ||
player_a_score | int | ||
player_b_score | int | ||
player_a_race | string | Character race in games | |
player_b_race | string | Character race in games | |
battles - Heroes of Storm | object | Only retrun by searching the specific gametype | |
battle_id | string | ||
match_id | string | ||
index | int | The current round that are ongingExamplelive_battle_index=0 means the game have not yet started or no data for this gamelive_battle_index=1means the game is in round1 | |
map | string | ||
team_a_id | string | ||
team_b_id | string | ||
team_a_score | int | ||
team_b_score | int | ||
team_a_player_ids | string[] | ||
team_b_player_ids | string[] | ||
battles - Heartstone | object | Only retrun by searching the specific gametype | |
battle_id | string | ||
match_id | string | ||
index | int | The current round that are ongingExamplelive_battle_index=0 means the game have not yet started or no data for this gamelive_battle_index=1means the game is in round1 | |
player_a_id | string | ||
player_b_id | string | ||
player_a_score | int | ||
player_b_score | int |
Example Request
Example Response
{}