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
TICE App http://weblate.tice.software/exports/rss/tice-app/ RSS
TICE App/Android App http://weblate.tice.software/exports/rss/tice-app/android-app/ RSS
TICE App/Android App - Fdroid http://weblate.tice.software/exports/rss/tice-app/android-app-fdroid/ RSS
TICE App/Android App - Playstore http://weblate.tice.software/exports/rss/tice-app/android-app-playstore/ RSS
TICE App/Web App http://weblate.tice.software/exports/rss/tice-app/web-app/ RSS
TICE App/iOS App http://weblate.tice.software/exports/rss/tice-app/ios-app/ RSS
TICE App/iOS App - Info.plist http://weblate.tice.software/exports/rss/tice-app/ios-app-info-plist/ RSS
TICE App/TICE App http://weblate.tice.software/exports/rss/tice-app/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
TICE App/Android App http://weblate.tice.software/api/components/tice-app/android-app/statistics/ View
TICE App/Android App - Fdroid http://weblate.tice.software/api/components/tice-app/android-app-fdroid/statistics/ View
TICE App/Android App - Playstore http://weblate.tice.software/api/components/tice-app/android-app-playstore/statistics/ View
TICE App/Web App http://weblate.tice.software/api/components/tice-app/web-app/statistics/ View
TICE App/iOS App http://weblate.tice.software/api/components/tice-app/ios-app/statistics/ View
TICE App/iOS App - Info.plist http://weblate.tice.software/api/components/tice-app/ios-app-info-plist/statistics/ View
TICE App/TICE App http://weblate.tice.software/api/components/tice-app/glossary/statistics/ View

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

curl \
    -H "Authorization: Token zRo2aFERVHltuVMst4DMBH29lUcdwVzhHBb522PU" \
    http://weblate.tice.software/api/components/tice-app/android-app/translations/
Project URL Link
TICE App http://weblate.tice.software/api/projects/tice-app/repository/ Hook
TICE App/Android App http://weblate.tice.software/api/components/tice-app/android-app/repository/ Hook
TICE App/Android App - Fdroid http://weblate.tice.software/api/components/tice-app/android-app-fdroid/repository/ Hook
TICE App/Android App - Playstore http://weblate.tice.software/api/components/tice-app/android-app-playstore/repository/ Hook
TICE App/Web App http://weblate.tice.software/api/components/tice-app/web-app/repository/ Hook
TICE App/iOS App http://weblate.tice.software/api/components/tice-app/ios-app/repository/ Hook
TICE App/iOS App - Info.plist http://weblate.tice.software/api/components/tice-app/ios-app-info-plist/repository/ Hook
TICE App/TICE App http://weblate.tice.software/api/components/tice-app/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token zRo2aFERVHltuVMst4DMBH29lUcdwVzhHBb522PU" \
    http://weblate.tice.software/api/projects/tice-app/repository/

Weblate also supports direct notifications from several code hosting sites:

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