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