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