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
ProleWiki http://weblate.join-lemmy.org/exports/rss/prolewiki/ RSS
ProleWiki/Interface http://weblate.join-lemmy.org/exports/rss/prolewiki/interface/ RSS
ProleWiki/Main page http://weblate.join-lemmy.org/exports/rss/prolewiki/main-page/ 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
ProleWiki/Interface http://weblate.join-lemmy.org/api/components/prolewiki/interface/statistics/ View
ProleWiki/Main page http://weblate.join-lemmy.org/api/components/prolewiki/main-page/statistics/ View

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

curl \
    -H "Authorization: Token tHUkajSHu915I8TTcn4YzFx63BJs693pUrYZyKGz" \
    http://weblate.join-lemmy.org/api/components/prolewiki/interface/translations/
Project URL Link
ProleWiki http://weblate.join-lemmy.org/api/projects/prolewiki/repository/ Hook
ProleWiki/Interface http://weblate.join-lemmy.org/api/components/prolewiki/interface/repository/ Hook
ProleWiki/Main page http://weblate.join-lemmy.org/api/components/prolewiki/main-page/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token tHUkajSHu915I8TTcn4YzFx63BJs693pUrYZyKGz" \
    http://weblate.join-lemmy.org/api/projects/prolewiki/repository/

Weblate also supports direct notifications from several code hosting sites:

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