Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Base URL /translation_competitor_match for Match

Base URL /translation_competitor_outright for Outright

Required field for this call is the competitor_id

...

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

Tag translations has attributes competitor id, name & 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.

...