Prismy Hosted
Get Translation File
Retrieves the JSON translation file for a specific repository, language, and bundle
GET
Get translation file
This action is also available via CLI
Download translation files from the command line or CI with
prismy pull
See the Prismy Hosted CLI guide.
Authorizations
API token from your organization settings
Path Parameters
Repository identifier
Language code (e.g., en-US, fr-FR, es-ES)
Bundle name or ID
Query Parameters
Target branch name. Defaults to the repository's main branch
Comma-separated list of tag names. When provided, only keys that have any of these tags are returned. Requires Tags feature enabled.
Response
Translation file retrieved successfully. Returns an empty object {} if the file doesn't exist. When the tags query parameter is provided, only keys that have any of the given tags are included.
Get translation file