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
PWM Translations https://inn.no/weblate/exports/rss/pwm-translations/ RSS
PWM Translations/Display https://inn.no/weblate/exports/rss/pwm-translations/display/ RSS
PWM Translations/Error https://inn.no/weblate/exports/rss/pwm-translations/error/ RSS
PWM Translations/Messages https://inn.no/weblate/exports/rss/pwm-translations/messages/ RSS
PWM Translations/PWM Translations https://inn.no/weblate/exports/rss/pwm-translations/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
PWM Translations/Display https://inn.no/weblate/api/components/pwm-translations/display/statistics/ View
PWM Translations/Error https://inn.no/weblate/api/components/pwm-translations/error/statistics/ View
PWM Translations/Messages https://inn.no/weblate/api/components/pwm-translations/messages/statistics/ View
PWM Translations/PWM Translations https://inn.no/weblate/api/components/pwm-translations/glossary/statistics/ View

You can fetch statistics for all translations in one component like this:

curl \
    -H "Authorization: Token E9LgkATAbhfsU2a3ZEgJuYkoR3ZKxcjjJKnJI3gB" \
    https://inn.no/weblate/api/components/pwm-translations/display/translations/
Project URL Link
PWM Translations https://inn.no/weblate/api/projects/pwm-translations/repository/ Hook
PWM Translations/Display https://inn.no/weblate/api/components/pwm-translations/display/repository/ Hook
PWM Translations/Error https://inn.no/weblate/api/components/pwm-translations/error/repository/ Hook
PWM Translations/Messages https://inn.no/weblate/api/components/pwm-translations/messages/repository/ Hook
PWM Translations/PWM Translations https://inn.no/weblate/api/components/pwm-translations/glossary/repository/ Hook

You pull changes from a remote repository to Weblate like this:

curl \
    -d operation=pull \
    -H "Authorization: Token E9LgkATAbhfsU2a3ZEgJuYkoR3ZKxcjjJKnJI3gB" \
    https://inn.no/weblate/api/projects/pwm-translations/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://inn.no/weblate/hooks/github/ The documentation has detailed instructions
GitLab https://inn.no/weblate/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://inn.no/weblate/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://inn.no/weblate/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://inn.no/weblate/hooks/azure/ The documentation has detailed instructions
Gitea https://inn.no/weblate/hooks/gitea/ The documentation has detailed instructions