List all translatable entries
Translations
List all translatable entries
Returns { entries: [...] } containing every translatable entity for the project (help-center
articles, collections, email templates and static translations), each with its field list, source
language and available languages.
Use the type query parameter to filter by entity type.
GET
List all translatable entries
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Supported translatable entity types.
Use as the type query parameter on GET /translations/entries to filter results.
Available options:
article, collection, emailtemplate, statictranslation Response
200 - application/json
Ok