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:31" timestamp="1648805133842"> <translation lang="de" name="Italien"/> <translation lang="en" name="Italy"/> <translation lang="es" name="Italia"/> <translation lang="fr" name="Italie"/> <translation lang="it" name="Italia"/> <translation lang="pt" name="Itália"/> </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.
Add Comment