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
YOOtheme Pro http://translate.yootheme.com/exports/rss/yootheme-pro/ RSS
YOOtheme Pro/Admin http://translate.yootheme.com/exports/rss/yootheme-pro/admin/ RSS
YOOtheme Pro/Site (Joomla) http://translate.yootheme.com/exports/rss/yootheme-pro/site-joomla/ RSS
YOOtheme Pro/Site (WordPress) http://translate.yootheme.com/exports/rss/yootheme-pro/site-wordpress/ 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
YOOtheme Pro/Admin http://translate.yootheme.com/api/components/yootheme-pro/admin/statistics/ View
YOOtheme Pro/Site (Joomla) http://translate.yootheme.com/api/components/yootheme-pro/site-joomla/statistics/ View
YOOtheme Pro/Site (WordPress) http://translate.yootheme.com/api/components/yootheme-pro/site-wordpress/statistics/ View

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

curl \
    -H "Authorization: Token wlu_JgCJbGbjeVKojXI1Yn8mUQu1AoLi6IjojcYv" \
    http://translate.yootheme.com/api/components/yootheme-pro/admin/translations/
Project URL Link
YOOtheme Pro http://translate.yootheme.com/api/projects/yootheme-pro/repository/ Hook
YOOtheme Pro/Admin http://translate.yootheme.com/api/components/yootheme-pro/admin/repository/ Hook
YOOtheme Pro/Site (Joomla) http://translate.yootheme.com/api/components/yootheme-pro/site-joomla/repository/ Hook
YOOtheme Pro/Site (WordPress) http://translate.yootheme.com/api/components/yootheme-pro/site-wordpress/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_JgCJbGbjeVKojXI1Yn8mUQu1AoLi6IjojcYv" \
    http://translate.yootheme.com/api/projects/yootheme-pro/repository/

Weblate also supports direct notifications from several code hosting sites:

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