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 |
---|---|---|
Overte | https://weblate.overte.org/exports/rss/overte/ | RSS |
Overte/Overte Website | https://weblate.overte.org/exports/rss/overte/overte-website/ | RSS |
Overte/Overte Documentation | https://weblate.overte.org/exports/rss/overte/overte-documentation/ | RSS |
Overte/Overte e.V. Articles of Association | https://weblate.overte.org/exports/rss/overte/Overte-e-V-Articles-of-Association/ | RSS |
Overte/Overte Glossary | https://weblate.overte.org/exports/rss/overte/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 |
---|---|---|
Overte/Overte Website | https://weblate.overte.org/api/components/overte/overte-website/statistics/ | View |
Overte/Overte Documentation | https://weblate.overte.org/api/components/overte/overte-documentation/statistics/ | View |
Overte/Overte e.V. Articles of Association | https://weblate.overte.org/api/components/overte/Overte-e-V-Articles-of-Association/statistics/ | View |
Overte/Overte Glossary | https://weblate.overte.org/api/components/overte/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_Nwrtm0v0OQcf6CXbmcpleGvMiWqEVO84V5zl" \
https://weblate.overte.org/api/components/overte/overte-website/translations/
Project | URL | Link |
---|---|---|
Overte | https://weblate.overte.org/api/projects/overte/repository/ | Hook |
Overte/Overte Website | https://weblate.overte.org/api/components/overte/overte-website/repository/ | Hook |
Overte/Overte Documentation | https://weblate.overte.org/api/components/overte/overte-documentation/repository/ | Hook |
Overte/Overte e.V. Articles of Association | https://weblate.overte.org/api/components/overte/Overte-e-V-Articles-of-Association/repository/ | Hook |
Overte/Overte Glossary | https://weblate.overte.org/api/components/overte/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_Nwrtm0v0OQcf6CXbmcpleGvMiWqEVO84V5zl" \
https://weblate.overte.org/api/projects/overte/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://weblate.overte.org/hooks/github/ | The documentation has detailed instructions |
GitLab | https://weblate.overte.org/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://weblate.overte.org/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://weblate.overte.org/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://weblate.overte.org/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://weblate.overte.org/hooks/gitea/ | The documentation has detailed instructions |