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

« Previous Version 4 Current »

To get translations of provided category, use this POST request:

Base URL /translation_tournament

Required field for this call is the tournament_id

The API provides the following message:

<translations id="tournament:23" timestamp="1648804744826">
	<translation lang="de" name="Serie A"/>
	<translation lang="en" name="Serie A"/>
	<translation lang="es" name="Serie A"/>
	<translation lang="fr" name="Serie A"/>
	<translation lang="it" name="Serie A"/>
	<translation lang="pt" name="Série A"/>
</translations>

Tag translations has attributes tournament id & timestamp.

Inside there are all languages placed into child tranalsation tags. Tags translation have attribute lang which indicates the ISO language Code and name for tournament name in that specified language.


  • 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.