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