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