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
Maccy https://hosted.weblate.org/exports/rss/maccy/ RSS
Maccy/Main menu https://hosted.weblate.org/exports/rss/maccy/app/ RSS
Maccy/Preview popup https://hosted.weblate.org/exports/rss/maccy/preview-popup/ RSS
Maccy/Settings / Advanced https://hosted.weblate.org/exports/rss/maccy/settings-advanced/ RSS
Maccy/Settings / Appearance https://hosted.weblate.org/exports/rss/maccy/settings-appearance/ RSS
Maccy/Settings / General https://hosted.weblate.org/exports/rss/maccy/settings-general/ RSS
Maccy/Settings / Ignore https://hosted.weblate.org/exports/rss/maccy/settings-ignore/ RSS
Maccy/Settings / Pins https://hosted.weblate.org/exports/rss/maccy/settings-pins/ RSS
Maccy/Settings / Storage https://hosted.weblate.org/exports/rss/maccy/settings-storage/ RSS
Maccy/Maccy https://hosted.weblate.org/exports/rss/maccy/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
Maccy/Main menu https://hosted.weblate.org/api/components/maccy/app/statistics/ View
Maccy/Preview popup https://hosted.weblate.org/api/components/maccy/preview-popup/statistics/ View
Maccy/Settings / Advanced https://hosted.weblate.org/api/components/maccy/settings-advanced/statistics/ View
Maccy/Settings / Appearance https://hosted.weblate.org/api/components/maccy/settings-appearance/statistics/ View
Maccy/Settings / General https://hosted.weblate.org/api/components/maccy/settings-general/statistics/ View
Maccy/Settings / Ignore https://hosted.weblate.org/api/components/maccy/settings-ignore/statistics/ View
Maccy/Settings / Pins https://hosted.weblate.org/api/components/maccy/settings-pins/statistics/ View
Maccy/Settings / Storage https://hosted.weblate.org/api/components/maccy/settings-storage/statistics/ View
Maccy/Maccy https://hosted.weblate.org/api/components/maccy/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/maccy/app/translations/
Project URL Link
Maccy https://hosted.weblate.org/api/projects/maccy/repository/ Hook
Maccy/Main menu https://hosted.weblate.org/api/components/maccy/app/repository/ Hook
Maccy/Preview popup https://hosted.weblate.org/api/components/maccy/preview-popup/repository/ Hook
Maccy/Settings / Advanced https://hosted.weblate.org/api/components/maccy/settings-advanced/repository/ Hook
Maccy/Settings / Appearance https://hosted.weblate.org/api/components/maccy/settings-appearance/repository/ Hook
Maccy/Settings / General https://hosted.weblate.org/api/components/maccy/settings-general/repository/ Hook
Maccy/Settings / Ignore https://hosted.weblate.org/api/components/maccy/settings-ignore/repository/ Hook
Maccy/Settings / Pins https://hosted.weblate.org/api/components/maccy/settings-pins/repository/ Hook
Maccy/Settings / Storage https://hosted.weblate.org/api/components/maccy/settings-storage/repository/ Hook
Maccy/Maccy https://hosted.weblate.org/api/components/maccy/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/maccy/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