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.