term_translation_show
Return the translations for the given term(s) and language(s).
Authorization<token>
CKAN API token
In: header
terms?array<string>
the terms to search for translations of, e.g. Russian, nonfiction novel
lang_codes?array<string>
the language codes of the languages to search for translations into, e.g. 'en', 'de' (default is to search for translations into any language)
curl -X POST "http://localhost:5000/api/3/action/term_translation_show" \ -H "Content-Type: application/json" \ -d '{}'