- Method for retrieving data according to the countries
- Updates
- Demo data
- Method for retrieving data according to the leagues
- Method for retrieving data according to the seasons
- Method for retrieving data according to the day
- Method for retrieving data of the match
- CSV method for retrieving the events of the match
- CSV method for retrieving the matches
- CSV method for retrieving the odds
Updates
- Method for retrieving data according to the countries
- Updates
- Demo data
- Method for retrieving data according to the leagues
- Method for retrieving data according to the seasons
- Method for retrieving data according to the day
- Method for retrieving data of the match
- CSV method for retrieving the events of the match
- CSV method for retrieving the matches
- CSV method for retrieving the odds
API update - 01.09.2022
List of changes:
Added the parameter: sum of xG for each team for the played match
For CSV these are the parameters team_1_xg and team_2_xg:
- team_1_xg - xg for the home team;
- team_2_xg - xg for the away team.
For Json/xml this is the xg parameter divided for home and away:
- home - xg for the home team;
- away - xg for the away team.
For the methods:
- /match/#fixture_id#/;
- /csv/matches/finished.
API updated to version 2 - 10.06.2022
API is now available in version 2: https://offvariance.com/api/v2/
The previous API version is stored and always available here https://offvariance.com/api/v1/ and for some time will be available here https://offvariance.com/api/public/ .
For API v1 will be provided support and bug fixing.
The future development of API will be held on API v2.
API updated to version 1.3 - 30.01.2022
List of changes:
- Added the opportunity to download csv file with the events of the match link
- Added the opportunity to download csv file with the matches link
- Added the opportunity to download csv file with the odds link
- Added parameters xgPower 0,3 max for retrieving data according to the day link
API updated to version 1.2 - 23.08.2020
List of changes:
- xgPower parameter added to the process of transmission data of the match according to the tour
API updated to version 1.1 - 19.06.2020
List of changes:
- Added two new filtration methods to filter the data for the list of matches transmission ".../matches/". The first method, ".../matches/updates/" is to filter the data by the updating date from the website. The second method, ".../matches/dates/" is to filter the data by the date of a match. Both methods include two parameters to state the range of filtration: "from" and "to". The outdated parameter for match filtration, "update timestamp", is still working but would be removed from the next versions.
- New statistician parameters, xG90+xGA90 and xG90-03, were added to the "/tour/.../xg/" method.