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
Peercoin Flutter https://weblate.ppc.lol/exports/rss/peercoin-flutter/ RSS
Peercoin Flutter/Translations https://weblate.ppc.lol/exports/rss/peercoin-flutter/translations/ RSS
Peercoin Flutter/Peercoin Flutter https://weblate.ppc.lol/exports/rss/peercoin-flutter/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
Peercoin Flutter/Translations https://weblate.ppc.lol/api/components/peercoin-flutter/translations/statistics/ View
Peercoin Flutter/Peercoin Flutter https://weblate.ppc.lol/api/components/peercoin-flutter/glossary/statistics/ View

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

curl \
    -H "Authorization: Token Vf0mHTChbqr70i9tZAZcu1R2d9hJqbk51B51OfCF" \
    https://weblate.ppc.lol/api/components/peercoin-flutter/translations/translations/
Project URL Link
Peercoin Flutter https://weblate.ppc.lol/api/projects/peercoin-flutter/repository/ Hook
Peercoin Flutter/Translations https://weblate.ppc.lol/api/components/peercoin-flutter/translations/repository/ Hook
Peercoin Flutter/Peercoin Flutter https://weblate.ppc.lol/api/components/peercoin-flutter/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token Vf0mHTChbqr70i9tZAZcu1R2d9hJqbk51B51OfCF" \
    https://weblate.ppc.lol/api/projects/peercoin-flutter/repository/

Weblate also supports direct notifications from several code hosting sites:

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