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
playbase.pro https://weblate.riko.dev/exports/rss/playbase/ RSS
playbase.pro/Auth https://weblate.riko.dev/exports/rss/playbase/auth/ RSS
playbase.pro/Faq https://weblate.riko.dev/exports/rss/playbase/faq/ RSS
playbase.pro/Notifications https://weblate.riko.dev/exports/rss/playbase/notifications/ RSS
playbase.pro/Pagination https://weblate.riko.dev/exports/rss/playbase/pagination/ RSS
playbase.pro/Passwords https://weblate.riko.dev/exports/rss/playbase/passwords/ RSS
playbase.pro/Server https://weblate.riko.dev/exports/rss/playbase/server/ RSS
playbase.pro/Settings https://weblate.riko.dev/exports/rss/playbase/settings/ RSS
playbase.pro/Site https://weblate.riko.dev/exports/rss/playbase/site/ RSS
playbase.pro/Validation https://weblate.riko.dev/exports/rss/playbase/validation/ RSS
playbase.pro/strings https://weblate.riko.dev/exports/rss/playbase/strings/ RSS
playbase.pro/playbase.pro https://weblate.riko.dev/exports/rss/playbase/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
playbase.pro/Auth https://weblate.riko.dev/api/components/playbase/auth/statistics/ View
playbase.pro/Faq https://weblate.riko.dev/api/components/playbase/faq/statistics/ View
playbase.pro/Notifications https://weblate.riko.dev/api/components/playbase/notifications/statistics/ View
playbase.pro/Pagination https://weblate.riko.dev/api/components/playbase/pagination/statistics/ View
playbase.pro/Passwords https://weblate.riko.dev/api/components/playbase/passwords/statistics/ View
playbase.pro/Server https://weblate.riko.dev/api/components/playbase/server/statistics/ View
playbase.pro/Settings https://weblate.riko.dev/api/components/playbase/settings/statistics/ View
playbase.pro/Site https://weblate.riko.dev/api/components/playbase/site/statistics/ View
playbase.pro/Validation https://weblate.riko.dev/api/components/playbase/validation/statistics/ View
playbase.pro/strings https://weblate.riko.dev/api/components/playbase/strings/statistics/ View
playbase.pro/playbase.pro https://weblate.riko.dev/api/components/playbase/glossary/statistics/ View

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

curl \
    -H "Authorization: Token U5UoZJsQlvDb74KHZRFIjpkhL33KDzZZ1GlaB8Ef" \
    https://weblate.riko.dev/api/components/playbase/auth/translations/
Project URL Link
playbase.pro https://weblate.riko.dev/api/projects/playbase/repository/ Hook
playbase.pro/Auth https://weblate.riko.dev/api/components/playbase/auth/repository/ Hook
playbase.pro/Faq https://weblate.riko.dev/api/components/playbase/faq/repository/ Hook
playbase.pro/Notifications https://weblate.riko.dev/api/components/playbase/notifications/repository/ Hook
playbase.pro/Pagination https://weblate.riko.dev/api/components/playbase/pagination/repository/ Hook
playbase.pro/Passwords https://weblate.riko.dev/api/components/playbase/passwords/repository/ Hook
playbase.pro/Server https://weblate.riko.dev/api/components/playbase/server/repository/ Hook
playbase.pro/Settings https://weblate.riko.dev/api/components/playbase/settings/repository/ Hook
playbase.pro/Site https://weblate.riko.dev/api/components/playbase/site/repository/ Hook
playbase.pro/Validation https://weblate.riko.dev/api/components/playbase/validation/repository/ Hook
playbase.pro/strings https://weblate.riko.dev/api/components/playbase/strings/repository/ Hook
playbase.pro/playbase.pro https://weblate.riko.dev/api/components/playbase/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token U5UoZJsQlvDb74KHZRFIjpkhL33KDzZZ1GlaB8Ef" \
    https://weblate.riko.dev/api/projects/playbase/repository/

Weblate also supports direct notifications from several code hosting sites:

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