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
U4V http://translate.yar.fruct.org/exports/rss/u4v/ RSS
U4V/CategoriesAndTags http://translate.yar.fruct.org/exports/rss/u4v/categoriesandtags/ RSS
U4V/U4V http://translate.yar.fruct.org/exports/rss/u4v/u4v/ RSS
U4V/Glossary http://translate.yar.fruct.org/exports/rss/u4v/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
U4V/CategoriesAndTags http://translate.yar.fruct.org/api/components/u4v/categoriesandtags/statistics/ View
U4V/U4V http://translate.yar.fruct.org/api/components/u4v/u4v/statistics/ View
U4V/Glossary http://translate.yar.fruct.org/api/components/u4v/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_TguRNBOVZyfBS0Ysf6m8TC1TeMyqBel0zB3m" \
    http://translate.yar.fruct.org/api/components/u4v/categoriesandtags/translations/
Project URL Link
U4V http://translate.yar.fruct.org/api/projects/u4v/repository/ Hook
U4V/CategoriesAndTags http://translate.yar.fruct.org/api/components/u4v/categoriesandtags/repository/ Hook
U4V/U4V http://translate.yar.fruct.org/api/components/u4v/u4v/repository/ Hook
U4V/Glossary http://translate.yar.fruct.org/api/components/u4v/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_TguRNBOVZyfBS0Ysf6m8TC1TeMyqBel0zB3m" \
    http://translate.yar.fruct.org/api/projects/u4v/repository/

Weblate also supports direct notifications from several code hosting sites:

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