Various data from Weblate is available in machine-readable format.
RSS feeds
Follow the translation progress and all important changes from RSS feeds.
Project | URL | Link |
---|---|---|
tp6842 | http://translate-app.cloud.comelitgroup.com/exports/rss/tp6842/ | RSS |
tp6842/tp6842 | http://translate-app.cloud.comelitgroup.com/exports/rss/tp6842/tp6842/ | RSS |
tp6842/Glossary | http://translate-app.cloud.comelitgroup.com/exports/rss/tp6842/glossary/ | RSS |
Per language RSS feeds are also available. Construct them by appending a language code to the URLs above.
Statistics
Translation statistics for every component in JSON format lets you use the data in other websites or tools.
Project | URL | Link |
---|---|---|
tp6842/tp6842 | http://translate-app.cloud.comelitgroup.com/api/components/tp6842/tp6842/statistics/ | View |
tp6842/Glossary | http://translate-app.cloud.comelitgroup.com/api/components/tp6842/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_TX2Iyb3R4RmpxSFiayuChZglCNGPVTm3Aws9" \
http://translate-app.cloud.comelitgroup.com/api/components/tp6842/tp6842/translations/
Project | URL | Link |
---|---|---|
tp6842 | http://translate-app.cloud.comelitgroup.com/api/projects/tp6842/repository/ | Hook |
tp6842/tp6842 | http://translate-app.cloud.comelitgroup.com/api/components/tp6842/tp6842/repository/ | Hook |
tp6842/Glossary | http://translate-app.cloud.comelitgroup.com/api/components/tp6842/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_TX2Iyb3R4RmpxSFiayuChZglCNGPVTm3Aws9" \
http://translate-app.cloud.comelitgroup.com/api/projects/tp6842/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate-app.cloud.comelitgroup.com/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate-app.cloud.comelitgroup.com/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate-app.cloud.comelitgroup.com/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate-app.cloud.comelitgroup.com/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate-app.cloud.comelitgroup.com/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate-app.cloud.comelitgroup.com/hooks/gitea/ | The documentation has detailed instructions |