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