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
Website https://translate.funkwhale.audio/exports/rss/website-remake/ RSS
Website/Code of Conduct https://translate.funkwhale.audio/exports/rss/website-remake/code-of-conduct/ RSS
Website/Collective https://translate.funkwhale.audio/exports/rss/website-remake/content/ RSS
Website/Theme https://translate.funkwhale.audio/exports/rss/website-remake/theme/ RSS
Website/Website https://translate.funkwhale.audio/exports/rss/website-remake/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
Website/Code of Conduct https://translate.funkwhale.audio/api/components/website-remake/code-of-conduct/statistics/ View
Website/Collective https://translate.funkwhale.audio/api/components/website-remake/content/statistics/ View
Website/Theme https://translate.funkwhale.audio/api/components/website-remake/theme/statistics/ View
Website/Website https://translate.funkwhale.audio/api/components/website-remake/glossary/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    https://translate.funkwhale.audio/api/components/website-remake/code-of-conduct/translations/
Project URL Link
Website https://translate.funkwhale.audio/api/projects/website-remake/repository/ Hook
Website/Code of Conduct https://translate.funkwhale.audio/api/components/website-remake/code-of-conduct/repository/ Hook
Website/Collective https://translate.funkwhale.audio/api/components/website-remake/content/repository/ Hook
Website/Theme https://translate.funkwhale.audio/api/components/website-remake/theme/repository/ Hook
Website/Website https://translate.funkwhale.audio/api/components/website-remake/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    https://translate.funkwhale.audio/api/projects/website-remake/repository/

Weblate also supports direct notifications from several code hosting sites:

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