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