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
Pictalk http://translate.home.asidiras.dev/exports/rss/pictalk/ RSS
Pictalk/Frontend http://translate.home.asidiras.dev/exports/rss/pictalk/frontend/ RSS
Pictalk/Pictalk http://translate.home.asidiras.dev/exports/rss/pictalk/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
Pictalk/Frontend http://translate.home.asidiras.dev/api/components/pictalk/frontend/statistics/ View
Pictalk/Pictalk http://translate.home.asidiras.dev/api/components/pictalk/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_c6RMzUmD9tTpt2mzfLLtOpw2Wj4KkhD3OQ0v" \
    http://translate.home.asidiras.dev/api/components/pictalk/frontend/translations/
Project URL Link
Pictalk http://translate.home.asidiras.dev/api/projects/pictalk/repository/ Hook
Pictalk/Frontend http://translate.home.asidiras.dev/api/components/pictalk/frontend/repository/ Hook
Pictalk/Pictalk http://translate.home.asidiras.dev/api/components/pictalk/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_c6RMzUmD9tTpt2mzfLLtOpw2Wj4KkhD3OQ0v" \
    http://translate.home.asidiras.dev/api/projects/pictalk/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://translate.home.asidiras.dev/hooks/github/ The documentation has detailed instructions
GitLab http://translate.home.asidiras.dev/hooks/gitlab/ The documentation has detailed instructions
Bitbucket http://translate.home.asidiras.dev/hooks/bitbucket/ The documentation has detailed instructions
Pagure http://translate.home.asidiras.dev/hooks/pagure/ The documentation has detailed instructions
Azure Repos http://translate.home.asidiras.dev/hooks/azure/ The documentation has detailed instructions
Gitea http://translate.home.asidiras.dev/hooks/gitea/ The documentation has detailed instructions