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