We are using lokalise REST api to get the translation from the key id. GET https://api.lokalise.com/api2/projects/{project_id:branch}/keys/{key_id} https://app.lokalise.com/api2docs/curl/#resource-keys
The problem is that we don't know the id of the resource but only key name of the resource. How do get the translation from key-name (like welcome_message) instead of key-d(like 123)
I got the answer from Lokalise team support. I need to use
filter_keysto filter data from all keys,include_translationsto get the translation andfilter_translation_lang_idsto get specfic languge (though the language id is not ISO standard but Lokalise internal language id). Here is an example,Example below,