We’re happy to announce a new API capability in Transifex: You can now download glossaries through the API.
This makes it easier to retrieve glossary data without having to download it manually from the UI.
What’s new
You can now request a glossary download using the API and retrieve the exported glossary file once it’s ready.
With this update, you can:
-
Access glossary data programmatically
-
Retrieve terminology when you need it
-
Integrate glossary downloads into your workflows
How it works
The glossary download uses an asynchronous process:
-
Send a request to start the glossary download.
-
The API returns a job that is being processed.
-
Once the job is completed, you can download the glossary file.
Full API documentation:
https://developers.transifex.com/reference/post_glossaries-async-downloads
This new API capability makes it easier to access and manage glossary data directly through the API. Whether you need to retrieve terminology for automation, integrations, or internal processes, downloading glossaries is now simpler and more flexible.
As always, we’d love to hear your feedback or see how you’re using this feature!