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