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