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