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
memEx https://weblate.bubbletea.dev/exports/rss/memex/ RSS
memEx/actions https://weblate.bubbletea.dev/exports/rss/memex/actions/ RSS
memEx/default https://weblate.bubbletea.dev/exports/rss/memex/default/ RSS
memEx/emails https://weblate.bubbletea.dev/exports/rss/memex/emails/ RSS
memEx/errors https://weblate.bubbletea.dev/exports/rss/memex/errors/ RSS
memEx/prompts https://weblate.bubbletea.dev/exports/rss/memex/prompts/ RSS
memEx/Glossary https://weblate.bubbletea.dev/exports/rss/memex/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
memEx/actions https://weblate.bubbletea.dev/api/components/memex/actions/statistics/ View
memEx/default https://weblate.bubbletea.dev/api/components/memex/default/statistics/ View
memEx/emails https://weblate.bubbletea.dev/api/components/memex/emails/statistics/ View
memEx/errors https://weblate.bubbletea.dev/api/components/memex/errors/statistics/ View
memEx/prompts https://weblate.bubbletea.dev/api/components/memex/prompts/statistics/ View
memEx/Glossary https://weblate.bubbletea.dev/api/components/memex/glossary/statistics/ View

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

curl \
    -H "Authorization: Token wlu_HwfdHrtvM0j58GJo9kXTFWjL7WYFBoPls5QD" \
    https://weblate.bubbletea.dev/api/components/memex/actions/translations/
Project URL Link
memEx https://weblate.bubbletea.dev/api/projects/memex/repository/ Hook
memEx/actions https://weblate.bubbletea.dev/api/components/memex/actions/repository/ Hook
memEx/default https://weblate.bubbletea.dev/api/components/memex/default/repository/ Hook
memEx/emails https://weblate.bubbletea.dev/api/components/memex/emails/repository/ Hook
memEx/errors https://weblate.bubbletea.dev/api/components/memex/errors/repository/ Hook
memEx/prompts https://weblate.bubbletea.dev/api/components/memex/prompts/repository/ Hook
memEx/Glossary https://weblate.bubbletea.dev/api/components/memex/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token wlu_HwfdHrtvM0j58GJo9kXTFWjL7WYFBoPls5QD" \
    https://weblate.bubbletea.dev/api/projects/memex/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub https://weblate.bubbletea.dev/hooks/github/ The documentation has detailed instructions
GitLab https://weblate.bubbletea.dev/hooks/gitlab/ The documentation has detailed instructions
Bitbucket https://weblate.bubbletea.dev/hooks/bitbucket/ The documentation has detailed instructions
Pagure https://weblate.bubbletea.dev/hooks/pagure/ The documentation has detailed instructions
Azure Repos https://weblate.bubbletea.dev/hooks/azure/ The documentation has detailed instructions
Gitea https://weblate.bubbletea.dev/hooks/gitea/ The documentation has detailed instructions