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 |
---|---|---|
LabExp | https://translate.labexp.xyz/exports/rss/labexp/ | RSS |
LabExp/discord | https://translate.labexp.xyz/exports/rss/labexp/discord/ | RSS |
LabExp/server | https://translate.labexp.xyz/exports/rss/labexp/server/ | RSS |
LabExp/site | https://translate.labexp.xyz/exports/rss/labexp/site/ | RSS |
LabExp/LabExp | https://translate.labexp.xyz/exports/rss/labexp/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 |
---|---|---|
LabExp/discord | https://translate.labexp.xyz/api/components/labexp/discord/statistics/ | View |
LabExp/server | https://translate.labexp.xyz/api/components/labexp/server/statistics/ | View |
LabExp/site | https://translate.labexp.xyz/api/components/labexp/site/statistics/ | View |
LabExp/LabExp | https://translate.labexp.xyz/api/components/labexp/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_GzgiwEq5iwp0VQs4R84eGwaasm5K6Xi4HDou" \
https://translate.labexp.xyz/api/components/labexp/discord/translations/
Project | URL | Link |
---|---|---|
LabExp | https://translate.labexp.xyz/api/projects/labexp/repository/ | Hook |
LabExp/discord | https://translate.labexp.xyz/api/components/labexp/discord/repository/ | Hook |
LabExp/server | https://translate.labexp.xyz/api/components/labexp/server/repository/ | Hook |
LabExp/site | https://translate.labexp.xyz/api/components/labexp/site/repository/ | Hook |
LabExp/LabExp | https://translate.labexp.xyz/api/components/labexp/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_GzgiwEq5iwp0VQs4R84eGwaasm5K6Xi4HDou" \
https://translate.labexp.xyz/api/projects/labexp/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translate.labexp.xyz/hooks/github/ | The documentation has detailed instructions |
GitLab | https://translate.labexp.xyz/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://translate.labexp.xyz/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://translate.labexp.xyz/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://translate.labexp.xyz/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://translate.labexp.xyz/hooks/gitea/ | The documentation has detailed instructions |