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
Paysika Mobile http://weblate.paysika.co/exports/rss/paysika-mobile/ RSS
Paysika Mobile/l10n http://weblate.paysika.co/exports/rss/paysika-mobile/l10n/ RSS
Paysika Mobile/l10n 1 (1) http://weblate.paysika.co/exports/rss/paysika-mobile/l10n-1-1/ RSS
Paysika Mobile/locale http://weblate.paysika.co/exports/rss/paysika-mobile/locale/ RSS
Paysika Mobile/Paysika Mobile http://weblate.paysika.co/exports/rss/paysika-mobile/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
Paysika Mobile/l10n http://weblate.paysika.co/api/components/paysika-mobile/l10n/statistics/ View
Paysika Mobile/l10n 1 (1) http://weblate.paysika.co/api/components/paysika-mobile/l10n-1-1/statistics/ View
Paysika Mobile/locale http://weblate.paysika.co/api/components/paysika-mobile/locale/statistics/ View
Paysika Mobile/Paysika Mobile http://weblate.paysika.co/api/components/paysika-mobile/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_dxGp5JuxWlYtmr1YSR9mB575CQJNvcJlXjH4" \
    http://weblate.paysika.co/api/components/paysika-mobile/l10n/translations/
Project URL Link
Paysika Mobile http://weblate.paysika.co/api/projects/paysika-mobile/repository/ Hook
Paysika Mobile/l10n http://weblate.paysika.co/api/components/paysika-mobile/l10n/repository/ Hook
Paysika Mobile/l10n 1 (1) http://weblate.paysika.co/api/components/paysika-mobile/l10n-1-1/repository/ Hook
Paysika Mobile/locale http://weblate.paysika.co/api/components/paysika-mobile/locale/repository/ Hook
Paysika Mobile/Paysika Mobile http://weblate.paysika.co/api/components/paysika-mobile/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_dxGp5JuxWlYtmr1YSR9mB575CQJNvcJlXjH4" \
    http://weblate.paysika.co/api/projects/paysika-mobile/repository/

Weblate also supports direct notifications from several code hosting sites:

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