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