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
Funkwhale https://translate.funkwhale.audio/exports/rss/funkwhale/ RSS
Funkwhale/Contribute DEPRECATED! cf https://dev.funkwhale.audio/funkwhale/contribute/-/issues/7 https://translate.funkwhale.audio/exports/rss/funkwhale/contribute/ RSS
Funkwhale/Funkwhale For Android https://translate.funkwhale.audio/exports/rss/funkwhale/ffa/ RSS
Funkwhale/Funkwhale Web https://translate.funkwhale.audio/exports/rss/funkwhale/front/ RSS
Funkwhale/vui https://translate.funkwhale.audio/exports/rss/funkwhale/vui/ RSS
Funkwhale/Funkwhale https://translate.funkwhale.audio/exports/rss/funkwhale/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
Funkwhale/Contribute DEPRECATED! cf https://dev.funkwhale.audio/funkwhale/contribute/-/issues/7 https://translate.funkwhale.audio/api/components/funkwhale/contribute/statistics/ View
Funkwhale/Funkwhale For Android https://translate.funkwhale.audio/api/components/funkwhale/ffa/statistics/ View
Funkwhale/Funkwhale Web https://translate.funkwhale.audio/api/components/funkwhale/front/statistics/ View
Funkwhale/vui https://translate.funkwhale.audio/api/components/funkwhale/vui/statistics/ View
Funkwhale/Funkwhale https://translate.funkwhale.audio/api/components/funkwhale/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/funkwhale/contribute/translations/
Project URL Link
Funkwhale https://translate.funkwhale.audio/api/projects/funkwhale/repository/ Hook
Funkwhale/Contribute DEPRECATED! cf https://dev.funkwhale.audio/funkwhale/contribute/-/issues/7 https://translate.funkwhale.audio/api/components/funkwhale/contribute/repository/ Hook
Funkwhale/Funkwhale For Android https://translate.funkwhale.audio/api/components/funkwhale/ffa/repository/ Hook
Funkwhale/Funkwhale Web https://translate.funkwhale.audio/api/components/funkwhale/front/repository/ Hook
Funkwhale/vui https://translate.funkwhale.audio/api/components/funkwhale/vui/repository/ Hook
Funkwhale/Funkwhale https://translate.funkwhale.audio/api/components/funkwhale/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/funkwhale/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