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 |
|---|---|---|
| Laravel | http://groku.fritz.box:8082/exports/rss/laravel/ | RSS |
| Laravel/I+M | http://groku.fritz.box:8082/exports/rss/laravel/im/ | RSS |
| Laravel/Validation | http://groku.fritz.box:8082/exports/rss/laravel/validation/ | RSS |
| Laravel/Validierung | http://groku.fritz.box:8082/exports/rss/laravel/validierung/ | RSS |
| Laravel/Laravel | http://groku.fritz.box:8082/exports/rss/laravel/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 |
|---|---|---|
| Laravel/I+M | http://groku.fritz.box:8082/api/components/laravel/im/statistics/ | View |
| Laravel/Validation | http://groku.fritz.box:8082/api/components/laravel/validation/statistics/ | View |
| Laravel/Validierung | http://groku.fritz.box:8082/api/components/laravel/validierung/statistics/ | View |
| Laravel/Laravel | http://groku.fritz.box:8082/api/components/laravel/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_gBO9MET8llPxSOWvfnnHTusf2ZIXkDcDxayL" \
http://groku.fritz.box:8082/api/components/laravel/im/translations/
| Project | URL | Link |
|---|---|---|
| Laravel | http://groku.fritz.box:8082/api/projects/laravel/repository/ | Hook |
| Laravel/I+M | http://groku.fritz.box:8082/api/components/laravel/im/repository/ | Hook |
| Laravel/Validation | http://groku.fritz.box:8082/api/components/laravel/validation/repository/ | Hook |
| Laravel/Validierung | http://groku.fritz.box:8082/api/components/laravel/validierung/repository/ | Hook |
| Laravel/Laravel | http://groku.fritz.box:8082/api/components/laravel/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_gBO9MET8llPxSOWvfnnHTusf2ZIXkDcDxayL" \
http://groku.fritz.box:8082/api/projects/laravel/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | http://groku.fritz.box:8082/hooks/github/ | The documentation has detailed instructions |
| GitLab | http://groku.fritz.box:8082/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | http://groku.fritz.box:8082/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | http://groku.fritz.box:8082/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | http://groku.fritz.box:8082/hooks/azure/ | The documentation has detailed instructions |
| Gitea | http://groku.fritz.box:8082/hooks/gitea/ | The documentation has detailed instructions |