...
A competition is a form of tournament where teams or individual athletes compete against each other in a specific sport. It can be a national league for soccer or a basketball World Cup tournament. Each competition belongs to a sport. The list of available sports is presented in the Sports section. A competition could be part of a tour e.g. The men's Wimbledon competition is part of the ATP Tour, the Women's Wimbledon competition is part of the WTA Tour, the cycling race "Giro Italia" is related to the UCI Tour. The used tours list can be found in the API resource: tours.index. Each competition has its own unique identificator ID and the structure of the competition object is the same across all sports. Detailed information about competitions can be found in the API resource: competitions.index
Some examples of competitions:
...
A season is the period of time/year that a competition is played in, this means that one competition can be related to multiple seasons. Each season will have its own unique identificator ID and belong to a competition. The structure of the season object is the same across all sports. Detailed information about the season structure can be found in the API resource: seasons.index
...
An event is a main object in our sports data structure. It describes a soccer match, a volleyball match, a formula 1 race or a cycling event as well. All events have a unique identificatorID. Each event always belongs to a season. An event could be optionally related with a stage and/or group. Each event has its own unique identificator ID and the structure of the event object is the same across all sports. An event could optionally belong to a Round e.g: Round 1, Quarterfinal, etc. The rounds list can be found in the API resource: rounds.index
...
The complete list of event details for each sport are listed in sports.show method fmethods i.e. https://api.statscore.com/v2/sports/5
...
The complete list of results for each sport are listed in sports.show method fshow methods i.e. https://api.statscore.com/v2/sports/5
...
The complete list of statistics for each sport are listed in sports.show method fshow methods i.e. https://api.statscore.com/v2/sports/5
...
The complete list of incidents for each sport are listed in sports.show method fshow methods i.e. https://api.statscore.com/v2/sports/5
...
The complete list of standing types for each sport are listed in sports.show method fshow methods i.e. https://api.statscore.com/v2/sports/5
...