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="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 & 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.
0 Comments