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

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

Base URL /translation_category

Required field for this call is the category_id

The API provides the following message:

<translations id="category:1" timestamp="1648804938131">
	<translation lang="de" name="England"/>
	<translation lang="en" name="England"/>
	<translation lang="es" name="Inglaterra"/>
	<translation lang="fr" name="Angleterre"/>
	<translation lang="it" name="Inghilterra"/>
	<translation lang="pt" name="Inglaterra"/>
</translations>

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

  • No labels