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