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