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