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]
actionsxml | json
attack_flanksxml | json
attack_typesxml | json
attacksxml | json
bodiesxml | json
positionsxml | json
possessionsxml | json
seasonsxml | json
stat_params_playersxml | json
stat_params_teamsxml | json
team_typesxml | json
zonesxml | 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]
championatsxml | json
matchesxml | json
teams_opponentsxml | json
playersxml | json
team_infoxml | 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_markersxml | json
match_stat_playersxml | json
match_stat_teamsxml | json
video_linksxml | json
match_infoxml | json
match_lineupsxml | json
match_eventsxml | 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_generalxml | json
player_careerxml | json
player_eventsxml | 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_tablexml | json

Countries:

get /[lang]/data/countries.[format]?login=[login]&pass=[pass]&tournament_id=[tournament_id]
countriesxml | 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
Examples: