To get translations of provided category, use this POST request:
Base URL /translationstranslation_tournament
Required fields field for this call are is the tournament_idand token.
The API provides the following message:
Code Block |
---|
<translations_tournament timestampid="1613570990894tournament:23"> name="Serie A" <tournament idtimestamp="11648804744826"> <translation <text lang="de" name="EuropameisterschaftSerie A"/> <text <translation lang="en" name="EuroSerie CupA"/> <translation <text lang="es" name="EurocopaSerie A"/> <translation <text lang="fr" name="ChampionnatSerie d'EuropeA"/> <text <translation lang="it" name="EuropeiSerie A"/> <text <translation lang="pt" name="CampeonatoSérie EuropeuA"/> </tournament> </translations_tournament>translations> |
Tag translations _tournament has only one attribute which is timestamp with date and time when message was created.
Under that tag there is a tag named tournament that has ID of tournament.
Then there are data for has attributes tournament id, name & timestamp.
Inside there are all languages placed into child text tranalsation tags. Tags text translation have attribute lang which indicates the ISO language Code and name for sport tournament name in that specified language.
...