Localized Text
Retrieves localized text
get/localized-text
Query parameters
languageCodestring
Optional language code. Defaults to 'en' otherwise.
Response
200
Example response
{
"data": [
{
"id": 47351,
"hash": 2715846689,
"languageCode": "en",
"text": "The Truman Contravention"
}
]
}