You can retrieve various data from Weblate in machine readable format.

RSS feeds

To follow translation progress you can use RSS feeds, detailing all important translation changes.

Project URL Link
Geocaching.su http://translate.geocaching.su/exports/rss/geocaching-su/ RSS
Geocaching.su/Website http://translate.geocaching.su/exports/rss/geocaching-su/website/ RSS

Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.

Statistics

Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.

Project URL Link
Geocaching.su/Website http://translate.geocaching.su/api/components/geocaching-su/website/statistics/ View

As an example, fetching stats for all translations in one component can be done thusly:

curl \
    -H "Authorization: Token EH8jS7yHWxGtyn61RpXRFI6bQS2qSC9shbh2y36I" \
    http://translate.geocaching.su/api/components/geocaching-su/website/translations/
Project URL Link
Geocaching.su http://translate.geocaching.su/api/projects/geocaching-su/repository/ Hook
Geocaching.su/Website http://translate.geocaching.su/api/components/geocaching-su/website/repository/ Hook

As an example, telling Weblate to pull from a remote repository can be done thusly:

curl \
    -d operation=pull \
    -H "Authorization: Token EH8jS7yHWxGtyn61RpXRFI6bQS2qSC9shbh2y36I" \
    http://translate.geocaching.su/api/projects/geocaching-su/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://translate.geocaching.su/hooks/github/ Browse the documentation for detailed instructions
GitLab http://translate.geocaching.su/hooks/gitlab/ Browse the documentation for detailed instructions
Bitbucket http://translate.geocaching.su/hooks/bitbucket/ Browse the documentation for detailed instructions
Pagure http://translate.geocaching.su/hooks/pagure/ Browse the documentation for detailed instructions
Azure Repos http://translate.geocaching.su/hooks/azure/ Browse the documentation for detailed instructions
Gitea http://translate.geocaching.su/hooks/gitea/ Browse the documentation for detailed instructions