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