Documentation
Common links:
A set of requests that return common information, such as player actions, types of attack and so on.
get /[lang]/data/[action].[format]?login=[login]&pass=[pass]
| actions | xml | json |
| attack_flanks | xml | json |
| attack_types | xml | json |
| attacks | xml | json |
| bodies | xml | json |
| positions | xml | json |
| possessions | xml | json |
| seasons | xml | json |
| stat_params_players | xml | json |
| stat_params_teams | xml | json |
| team_types | xml | json |
| zones | xml | json |
Team links:
Set of requests, sharing information of the chosen team
get /[lang]/data/[action].[format]?login=[login]&pass=[pass]&team_id=[team_id]
| championats | xml | json |
| matches | xml | json |
| teams_opponents | xml | json |
| players | xml | json |
| team_info | xml | json |
Match links:
Set of requests, sharing information of the chosen match
get /[lang]/data/[action].[format]?login=[login]&pass=[pass]&match_id=[match_id]
| match_markers | xml | json |
| match_stat_players | xml | json |
| match_stat_teams | xml | json |
| video_links | xml | json |
| match_info | xml | json |
| match_lineups | xml | json |
| match_events | xml | json |
| Type: [AirChallenges, Challenges, Goals, Assists, Crosses, Dribbles, Fouls, KeyPasses, Passes, Penalties, RedCards, Shots, Tackles, YellowCards] |
Player links:
Player requests
get /[lang]/data/[action].[format]?login=[login]&pass=[pass]&player_id=[player_id]
| player_general | xml | json |
| player_career | xml | json |
| player_events | xml | json |
| Type: [AirChallenges, Challenges, Goals, Assists, Crosses, Dribbles, Fouls, KeyPasses, Passes, Penalties, RedCards, Shots, Tackles, YellowCards] |
Tournament table:
get /[lang]/data/tournament_table.[format]?login=[login]&pass=[pass]&tournament_id=[tournament_id]
| tournament_table | xml | json |
Countries:
get /[lang]/data/countries.[format]?login=[login]&pass=[pass]&tournament_id=[tournament_id]
| countries | xml | json |
Video
* Before using this part of service, you have to pass authorization
Team summary, player summary and favorite videos
params: limit=[limit]&offset=[offset]&token=[token] get /[lang]/video/favorite?params get /[lang]/video/team_summary/[team_id]?params get /[lang]/video/player_summary/[player_id]?params
Search
get /[lang]/search.json?query=[query]