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
Nova Global https://weblate.c1.npshopping.com/exports/rss/nova-global/ RSS
Nova Global/auth https://weblate.c1.npshopping.com/exports/rss/nova-global/auth/ RSS
Nova Global/cabinet https://weblate.c1.npshopping.com/exports/rss/nova-global/cabinet/ RSS
Nova Global/core https://weblate.c1.npshopping.com/exports/rss/nova-global/core/ RSS
Nova Global/send-parcel https://weblate.c1.npshopping.com/exports/rss/nova-global/send-parcel/ 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
Nova Global/auth https://weblate.c1.npshopping.com/api/components/nova-global/auth/statistics/ View
Nova Global/cabinet https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/statistics/ View
Nova Global/core https://weblate.c1.npshopping.com/api/components/nova-global/core/statistics/ View
Nova Global/send-parcel https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/statistics/ View

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

curl \
    -H "Authorization: Token wlu_XaiFj1RouE0y228twTmKraGrlEXPcjfrvyEl" \
    https://weblate.c1.npshopping.com/api/components/nova-global/auth/translations/
Project URL Link
Nova Global https://weblate.c1.npshopping.com/api/projects/nova-global/repository/ Hook
Nova Global/auth https://weblate.c1.npshopping.com/api/components/nova-global/auth/repository/ Hook
Nova Global/cabinet https://weblate.c1.npshopping.com/api/components/nova-global/cabinet/repository/ Hook
Nova Global/core https://weblate.c1.npshopping.com/api/components/nova-global/core/repository/ Hook
Nova Global/send-parcel https://weblate.c1.npshopping.com/api/components/nova-global/send-parcel/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_XaiFj1RouE0y228twTmKraGrlEXPcjfrvyEl" \
    https://weblate.c1.npshopping.com/api/projects/nova-global/repository/

Weblate also supports direct notifications from several code hosting sites:

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