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