When requesting information on a player, POST request is:
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
0 Comments