Skip to main content

Get translations by locale

GEThttps://api.courier.com/translations/:domain/:locale
Get a translation
PATH PARAMS
domainstringrequired
The domain you want to retrieve translations for. Only default is supported at the moment
localestringrequired
The locale you want to retrieve the translations for
Responses
200 OKstring
.po file translation content
AUTH TOKEN
curl --request GET \
--url https://api.courier.com/translations/default/en_US \
--header 'Accept: application/json'
Response Example
"msgid \"\"\nmsgstr \"\"\n\"Language: en\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \"Salutation\"\nmsgstr \"Welcome, %s\""

Example

Method: GET

URL: https://api.courier.com/translations/default/en_US