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
Lemmy http://weblate.join-lemmy.org/exports/rss/lemmy/ RSS
Lemmy/emails http://weblate.join-lemmy.org/exports/rss/lemmy/emails/ RSS
Lemmy/joinlemmy http://weblate.join-lemmy.org/exports/rss/lemmy/joinlemmy/ RSS
Lemmy/lemmy http://weblate.join-lemmy.org/exports/rss/lemmy/lemmy/ RSS
Lemmy/lemmybb http://weblate.join-lemmy.org/exports/rss/lemmy/lemmybb/ RSS
Lemmy/Lemmy http://weblate.join-lemmy.org/exports/rss/lemmy/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
Lemmy/emails http://weblate.join-lemmy.org/api/components/lemmy/emails/statistics/ View
Lemmy/joinlemmy http://weblate.join-lemmy.org/api/components/lemmy/joinlemmy/statistics/ View
Lemmy/lemmy http://weblate.join-lemmy.org/api/components/lemmy/lemmy/statistics/ View
Lemmy/lemmybb http://weblate.join-lemmy.org/api/components/lemmy/lemmybb/statistics/ View
Lemmy/Lemmy http://weblate.join-lemmy.org/api/components/lemmy/glossary/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/lemmy/emails/translations/
Project URL Link
Lemmy http://weblate.join-lemmy.org/api/projects/lemmy/repository/ Hook
Lemmy/emails http://weblate.join-lemmy.org/api/components/lemmy/emails/repository/ Hook
Lemmy/joinlemmy http://weblate.join-lemmy.org/api/components/lemmy/joinlemmy/repository/ Hook
Lemmy/lemmy http://weblate.join-lemmy.org/api/components/lemmy/lemmy/repository/ Hook
Lemmy/lemmybb http://weblate.join-lemmy.org/api/components/lemmy/lemmybb/repository/ Hook
Lemmy/Lemmy http://weblate.join-lemmy.org/api/components/lemmy/glossary/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/lemmy/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