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 |
|---|---|---|
| JetHome docs | https://weblate.jethome.com/exports/rss/jethome-docs/ | RSS |
| JetHome docs/Controllers | https://weblate.jethome.com/exports/rss/jethome-docs/controllers/ | RSS |
| JetHome docs/Ethernet Switches | https://weblate.jethome.com/exports/rss/jethome-docs/ethernet_switches/ | RSS |
| JetHome docs/Index | https://weblate.jethome.com/exports/rss/jethome-docs/index/ | RSS |
| JetHome docs/Local | https://weblate.jethome.com/exports/rss/jethome-docs/local/ | RSS |
| JetHome docs/Misc | https://weblate.jethome.com/exports/rss/jethome-docs/misc/ | RSS |
| JetHome docs/Sphinx | https://weblate.jethome.com/exports/rss/jethome-docs/sphinx/ | RSS |
| JetHome docs/Zigbee | https://weblate.jethome.com/exports/rss/jethome-docs/zigbee/ | RSS |
| JetHome docs/JetHome docs | https://weblate.jethome.com/exports/rss/jethome-docs/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 |
|---|---|---|
| JetHome docs/Controllers | https://weblate.jethome.com/api/components/jethome-docs/controllers/statistics/ | View |
| JetHome docs/Ethernet Switches | https://weblate.jethome.com/api/components/jethome-docs/ethernet_switches/statistics/ | View |
| JetHome docs/Index | https://weblate.jethome.com/api/components/jethome-docs/index/statistics/ | View |
| JetHome docs/Local | https://weblate.jethome.com/api/components/jethome-docs/local/statistics/ | View |
| JetHome docs/Misc | https://weblate.jethome.com/api/components/jethome-docs/misc/statistics/ | View |
| JetHome docs/Sphinx | https://weblate.jethome.com/api/components/jethome-docs/sphinx/statistics/ | View |
| JetHome docs/Zigbee | https://weblate.jethome.com/api/components/jethome-docs/zigbee/statistics/ | View |
| JetHome docs/JetHome docs | https://weblate.jethome.com/api/components/jethome-docs/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_z0s6opcJE3zOmWTJd1yjjMiePKFnZ30a8Ri4" \
https://weblate.jethome.com/api/components/jethome-docs/controllers/translations/
| Project | URL | Link |
|---|---|---|
| JetHome docs | https://weblate.jethome.com/api/projects/jethome-docs/repository/ | Hook |
| JetHome docs/Controllers | https://weblate.jethome.com/api/components/jethome-docs/controllers/repository/ | Hook |
| JetHome docs/Ethernet Switches | https://weblate.jethome.com/api/components/jethome-docs/ethernet_switches/repository/ | Hook |
| JetHome docs/Index | https://weblate.jethome.com/api/components/jethome-docs/index/repository/ | Hook |
| JetHome docs/Local | https://weblate.jethome.com/api/components/jethome-docs/local/repository/ | Hook |
| JetHome docs/Misc | https://weblate.jethome.com/api/components/jethome-docs/misc/repository/ | Hook |
| JetHome docs/Sphinx | https://weblate.jethome.com/api/components/jethome-docs/sphinx/repository/ | Hook |
| JetHome docs/Zigbee | https://weblate.jethome.com/api/components/jethome-docs/zigbee/repository/ | Hook |
| JetHome docs/JetHome docs | https://weblate.jethome.com/api/components/jethome-docs/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_z0s6opcJE3zOmWTJd1yjjMiePKFnZ30a8Ri4" \
https://weblate.jethome.com/api/projects/jethome-docs/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | https://weblate.jethome.com/hooks/github/ | The documentation has detailed instructions |
| GitLab | https://weblate.jethome.com/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | https://weblate.jethome.com/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | https://weblate.jethome.com/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | https://weblate.jethome.com/hooks/azure/ | The documentation has detailed instructions |
| Gitea | https://weblate.jethome.com/hooks/gitea/ | The documentation has detailed instructions |
| Forgejo | https://weblate.jethome.com/hooks/forgejo/ | The documentation has detailed instructions |