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