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