...
The API provides the following message:
Code Block |
---|
<translations_tournament timestampid="1613570990894tournament:23"> <tournament idtimestamp="11648804744826"> <translation <text lang="de" name="EuropameisterschaftSerie A"/> <text <translation lang="en" name="EuroSerie CupA"/> <text <translation 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 & 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.
...