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
AndrOBD https://hosted.weblate.org/exports/rss/androbd/ RSS
AndrOBD/AndrOBD plugin framework https://hosted.weblate.org/exports/rss/androbd/androbd-plugin-framework/ RSS
AndrOBD/Fault codes https://hosted.weblate.org/exports/rss/androbd/fault-codes/ RSS
AndrOBD/OBD data descriptions https://hosted.weblate.org/exports/rss/androbd/obd-data-descriptions/ RSS
AndrOBD/Strings https://hosted.weblate.org/exports/rss/androbd/strings/ RSS
AndrOBD/AndrOBD https://hosted.weblate.org/exports/rss/androbd/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
AndrOBD/AndrOBD plugin framework https://hosted.weblate.org/api/components/androbd/androbd-plugin-framework/statistics/ View
AndrOBD/Fault codes https://hosted.weblate.org/api/components/androbd/fault-codes/statistics/ View
AndrOBD/OBD data descriptions https://hosted.weblate.org/api/components/androbd/obd-data-descriptions/statistics/ View
AndrOBD/Strings https://hosted.weblate.org/api/components/androbd/strings/statistics/ View
AndrOBD/AndrOBD https://hosted.weblate.org/api/components/androbd/glossary/statistics/ View

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

curl \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/components/androbd/androbd-plugin-framework/translations/
Project URL Link
AndrOBD https://hosted.weblate.org/api/projects/androbd/repository/ Hook
AndrOBD/AndrOBD plugin framework https://hosted.weblate.org/api/components/androbd/androbd-plugin-framework/repository/ Hook
AndrOBD/Fault codes https://hosted.weblate.org/api/components/androbd/fault-codes/repository/ Hook
AndrOBD/OBD data descriptions https://hosted.weblate.org/api/components/androbd/obd-data-descriptions/repository/ Hook
AndrOBD/Strings https://hosted.weblate.org/api/components/androbd/strings/repository/ Hook
AndrOBD/AndrOBD https://hosted.weblate.org/api/components/androbd/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token byuQ8nzQrVSe8dUNZrxjlAhhlimldUyJktkhumoI" \
    https://hosted.weblate.org/api/projects/androbd/repository/

Weblate also supports direct notifications from several code hosting sites:

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