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 3 Next »

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

Base URL /translation_competitor

Required field for this call is the competitor_id

The API provides the following message:

<translations id="competitor:2687" timestamp="1648804143706">
	<translation lang="de" name="Juventus Turin"/>
	<translation lang="de" name="Juventus Turin"/>
	<translation lang="en" name="Juventus Turin"/>
	<translation lang="en" name="Juventus Turin"/>
	<translation lang="es" name="Juventus Turín"/>
	<translation lang="es" name="Juventus Turín"/>
	<translation lang="fr" name="Juventus Turin"/>
	<translation lang="fr" name="Juventus Turin"/>
	<translation lang="it" name="Juventus"/>
	<translation lang="it" name="Juventus"/>
	<translation lang="pt" name="Juventus FC"/>
	<translation lang="pt" name="Juventus FC"/>
</translations>

Tag translations has attributes competitor 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 competitor name in that specified language.

  • No labels