Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

When requesting information on a player, POST request is:

Base URL /get_player_info

Required fields for this call are player_id and token.

With the above details the API provides the following message:

<player id="750" name="Cristiano" surname="Ronaldo" timestamp="1645716362367">
	<team id="35"/>
	<team id="6045"/>
</player>

Tag player has attributes name, surname and timestamp with date and time when message was created.

Under that tag there is a tag named team that has ID of team

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.