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