Here you see three samples for clients that use the provided RESTful services. The first sample retrieves the data from the ranking list for exactly one player which is specified by the license id. The second sample retrieves the data for all players for a given team. The third sample retrieves the data of all players in the ranking list.
Keep in mind that the samples will only work if you have JavaScript enabled in your browser.
Warning: JavaScript seems to be not enabled in your browser. The examples won't work.
To retrieve the data for exactly one player you have to call service /players/byLicenseId/<licenseId>
Click the button and see the section Ranking list below showing the retrieved data.
To retrieve the data all players of a given team you have to call service /playersByTeam/<teamName>
Click the button and see the section Ranking list below showing the retrieved data.
To retrieve the data for all players you have to call service /players
Click the button and see the section Ranking list below showing the retrieved data.