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 | 
|---|---|---|
| SeeYouNavigator | https://t.naviter.com/exports/rss/seeyounavigator/ | RSS | 
| SeeYouNavigator/SeeYouNavigator | https://t.naviter.com/exports/rss/seeyounavigator/seeyounavigator/ | RSS | 
| SeeYouNavigator/Glossary | https://t.naviter.com/exports/rss/seeyounavigator/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 | 
|---|---|---|
| SeeYouNavigator/SeeYouNavigator | https://t.naviter.com/api/components/seeyounavigator/seeyounavigator/statistics/ | View | 
| SeeYouNavigator/Glossary | https://t.naviter.com/api/components/seeyounavigator/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/seeyounavigator/seeyounavigator/translations/
| Project | URL | Link | 
|---|---|---|
| SeeYouNavigator | https://t.naviter.com/api/projects/seeyounavigator/repository/ | Hook | 
| SeeYouNavigator/SeeYouNavigator | https://t.naviter.com/api/components/seeyounavigator/seeyounavigator/repository/ | Hook | 
| SeeYouNavigator/Glossary | https://t.naviter.com/api/components/seeyounavigator/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/seeyounavigator/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 |