Get poll translations

The translation state of a poll (survey): which languages it is translated into (with per-language coverage counts), the widget CTA keys that can be translated, and the translatable source content of every slide — slide IDs, titles, subtitles, answer options with their handles, matrix rows, form inputs, and labels. Slide translations are keyed by slide _id and answer/row/action translations by handle, so call this before writing translations. Pass language to also receive that language's current translations. At runtime the survey widget picks the language from the visitor's browser language, the host page's <html lang> attribute, or a ?lang= URL parameter, layering region-qualified translations (e.g. pt-BR) over their base language (pt).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The pollId or _id of the poll object

string

ISO 639 language code, optionally region-qualified (e.g. de, pt-BR), or default. When provided, the response includes that language's current translations under translations.

Responses

404

Poll not found or you do not own the account it belongs to

422

Missing pollId or invalid language code

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json