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