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