v1
latestOpenAPI 3.0.32026-07-2415128381.3 KBList all translations
Retrieves a list of project translation items, ungrouped. This endpoint supports cursor pagination for better performance with large datasets. When using cursor pagination, the response will include a <code>nextCursor</code> value in the response headers when more data is available. Continue making requests with the <code>nextCursor</code> value until no <code>nextCursor</code> is returned, indicating all data has been retrieved.
You may want to request Keys resource in order to get the structured key/translation pairs for all languages.
Requires <code>read_translations</code> OAuth access scope.
Path parameters
A unique project identifier
Query parameters
Whether to disable key references. Possible values are <code>1</code> and <code>0</code>.
Return translations only for presented language ID.
Filter translations which are reviewed. Possible values are <code>1</code> and <code>0</code>.
Filter translations which are unverified. Possible values are <code>1</code> and <code>0</code>.
Filter by untranslated keys. Possible values are <code>1</code> and <code>0</code>.
One or more QA issues to filter by (comma separated). Possible values are <code>spelling_and_grammar</code>, <code>placeholders</code>, <code>html</code>, <code>url_count</code>, <code>url</code>, <code>email_count</code>, <code>email</code>, <code>brackets</code>, <code>numbers</code>, <code>leading_whitespace</code>, <code>trailing_whitespace</code>, <code>double_space</code>, <code>special_placeholder</code> and <code>unbalanced_brackets</code>.
Filter translations which are part of given task ID.
Type of pagination. Possible values are <code>offset</code> and <code>cursor</code>. The default value is <code>offset</code>. Cursor pagination is performance-optimized and does not count total records or calculate remaining pages. When using cursor pagination, continue making requests until no <code>nextCursor</code> is returned in the response headers.
Number of items to include (max 5000).
Return results starting from this page.
Return results starting from this cursor. When using cursor pagination, this parameter should contain the <code>nextCursor</code> value from the previous response. Continue pagination until no <code>nextCursor</code> is returned in the response headers.
Response
OK