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
phyphox https://translate.phyphox.org/exports/rss/phyphox/ RSS
phyphox/Android https://translate.phyphox.org/exports/rss/phyphox/android/ RSS
phyphox/App Stores https://translate.phyphox.org/exports/rss/phyphox/app-stores/ RSS
phyphox/experiments https://translate.phyphox.org/exports/rss/phyphox/experiments/ RSS
phyphox/iOS https://translate.phyphox.org/exports/rss/phyphox/ios/ RSS
phyphox/iOS InfoPlist https://translate.phyphox.org/exports/rss/phyphox/ios-infoplist/ RSS
phyphox/iOS Settings https://translate.phyphox.org/exports/rss/phyphox/ios-settings/ RSS
phyphox/phyphox https://translate.phyphox.org/exports/rss/phyphox/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
phyphox/Android https://translate.phyphox.org/api/components/phyphox/android/statistics/ View
phyphox/App Stores https://translate.phyphox.org/api/components/phyphox/app-stores/statistics/ View
phyphox/experiments https://translate.phyphox.org/api/components/phyphox/experiments/statistics/ View
phyphox/iOS https://translate.phyphox.org/api/components/phyphox/ios/statistics/ View
phyphox/iOS InfoPlist https://translate.phyphox.org/api/components/phyphox/ios-infoplist/statistics/ View
phyphox/iOS Settings https://translate.phyphox.org/api/components/phyphox/ios-settings/statistics/ View
phyphox/phyphox https://translate.phyphox.org/api/components/phyphox/glossary/statistics/ View

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

curl \
    -H "Authorization: Token 21YECLPxbEkmAcsWxY0SXgJokrCAwNnwegJ74ns6" \
    https://translate.phyphox.org/api/components/phyphox/android/translations/
Project URL Link
phyphox https://translate.phyphox.org/api/projects/phyphox/repository/ Hook
phyphox/Android https://translate.phyphox.org/api/components/phyphox/android/repository/ Hook
phyphox/App Stores https://translate.phyphox.org/api/components/phyphox/app-stores/repository/ Hook
phyphox/experiments https://translate.phyphox.org/api/components/phyphox/experiments/repository/ Hook
phyphox/iOS https://translate.phyphox.org/api/components/phyphox/ios/repository/ Hook
phyphox/iOS InfoPlist https://translate.phyphox.org/api/components/phyphox/ios-infoplist/repository/ Hook
phyphox/iOS Settings https://translate.phyphox.org/api/components/phyphox/ios-settings/repository/ Hook
phyphox/phyphox https://translate.phyphox.org/api/components/phyphox/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token 21YECLPxbEkmAcsWxY0SXgJokrCAwNnwegJ74ns6" \
    https://translate.phyphox.org/api/projects/phyphox/repository/

Weblate also supports direct notifications from several code hosting sites:

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