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