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
NOÉ https://hosted.weblate.org/exports/rss/noe/ RSS
NOÉ/Activities https://hosted.weblate.org/exports/rss/noe/activities/ RSS
NOÉ/Categories https://hosted.weblate.org/exports/rss/noe/categories/ RSS
NOÉ/Cockpit https://hosted.weblate.org/exports/rss/noe/cockpit/ RSS
NOÉ/Common https://hosted.weblate.org/exports/rss/noe/common/ RSS
NOÉ/Dynamic server https://hosted.weblate.org/exports/rss/noe/dynamic-server/ RSS
NOÉ/Emails https://hosted.weblate.org/exports/rss/noe/emails/ RSS
NOÉ/Places https://hosted.weblate.org/exports/rss/noe/places/ RSS
NOÉ/Projects https://hosted.weblate.org/exports/rss/noe/projects/ RSS
NOÉ/Registrations https://hosted.weblate.org/exports/rss/noe/registrations/ RSS
NOÉ/Sessions https://hosted.weblate.org/exports/rss/noe/sessions/ RSS
NOÉ/Stewards https://hosted.weblate.org/exports/rss/noe/stewards/ RSS
NOÉ/Teams https://hosted.weblate.org/exports/rss/noe/teams/ RSS
NOÉ/Users https://hosted.weblate.org/exports/rss/noe/users/ RSS
NOÉ/Welcome https://hosted.weblate.org/exports/rss/noe/welcome/ RSS
NOÉ/NOÉ https://hosted.weblate.org/exports/rss/noe/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
NOÉ/Activities https://hosted.weblate.org/api/components/noe/activities/statistics/ View
NOÉ/Categories https://hosted.weblate.org/api/components/noe/categories/statistics/ View
NOÉ/Cockpit https://hosted.weblate.org/api/components/noe/cockpit/statistics/ View
NOÉ/Common https://hosted.weblate.org/api/components/noe/common/statistics/ View
NOÉ/Dynamic server https://hosted.weblate.org/api/components/noe/dynamic-server/statistics/ View
NOÉ/Emails https://hosted.weblate.org/api/components/noe/emails/statistics/ View
NOÉ/Places https://hosted.weblate.org/api/components/noe/places/statistics/ View
NOÉ/Projects https://hosted.weblate.org/api/components/noe/projects/statistics/ View
NOÉ/Registrations https://hosted.weblate.org/api/components/noe/registrations/statistics/ View
NOÉ/Sessions https://hosted.weblate.org/api/components/noe/sessions/statistics/ View
NOÉ/Stewards https://hosted.weblate.org/api/components/noe/stewards/statistics/ View
NOÉ/Teams https://hosted.weblate.org/api/components/noe/teams/statistics/ View
NOÉ/Users https://hosted.weblate.org/api/components/noe/users/statistics/ View
NOÉ/Welcome https://hosted.weblate.org/api/components/noe/welcome/statistics/ View
NOÉ/NOÉ https://hosted.weblate.org/api/components/noe/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/noe/activities/translations/
Project URL Link
NOÉ https://hosted.weblate.org/api/projects/noe/repository/ Hook
NOÉ/Activities https://hosted.weblate.org/api/components/noe/activities/repository/ Hook
NOÉ/Categories https://hosted.weblate.org/api/components/noe/categories/repository/ Hook
NOÉ/Cockpit https://hosted.weblate.org/api/components/noe/cockpit/repository/ Hook
NOÉ/Common https://hosted.weblate.org/api/components/noe/common/repository/ Hook
NOÉ/Dynamic server https://hosted.weblate.org/api/components/noe/dynamic-server/repository/ Hook
NOÉ/Emails https://hosted.weblate.org/api/components/noe/emails/repository/ Hook
NOÉ/Places https://hosted.weblate.org/api/components/noe/places/repository/ Hook
NOÉ/Projects https://hosted.weblate.org/api/components/noe/projects/repository/ Hook
NOÉ/Registrations https://hosted.weblate.org/api/components/noe/registrations/repository/ Hook
NOÉ/Sessions https://hosted.weblate.org/api/components/noe/sessions/repository/ Hook
NOÉ/Stewards https://hosted.weblate.org/api/components/noe/stewards/repository/ Hook
NOÉ/Teams https://hosted.weblate.org/api/components/noe/teams/repository/ Hook
NOÉ/Users https://hosted.weblate.org/api/components/noe/users/repository/ Hook
NOÉ/Welcome https://hosted.weblate.org/api/components/noe/welcome/repository/ Hook
NOÉ/NOÉ https://hosted.weblate.org/api/components/noe/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/noe/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