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
Fallout https://hive.bgforge.net/exports/rss/fallout/ RSS
Fallout/Dangerous Quest! https://hive.bgforge.net/exports/rss/fallout/dangerous-quest/ RSS
Fallout/FO2tweaks https://hive.bgforge.net/exports/rss/fallout/fo2tweaks/ RSS
Fallout/Fixt https://hive.bgforge.net/exports/rss/fallout/fixt/ RSS
Fallout/Hero Appearance https://hive.bgforge.net/exports/rss/fallout/hero-appearance/ RSS
Fallout/Party Orders https://hive.bgforge.net/exports/rss/fallout/party-orders/ RSS
Fallout/Restoration Project https://hive.bgforge.net/exports/rss/fallout/rp/ RSS
Fallout/Unofficial Patch https://hive.bgforge.net/exports/rss/fallout/up/ RSS
Fallout/Fallout https://hive.bgforge.net/exports/rss/fallout/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
Fallout/Dangerous Quest! https://hive.bgforge.net/api/components/fallout/dangerous-quest/statistics/ View
Fallout/FO2tweaks https://hive.bgforge.net/api/components/fallout/fo2tweaks/statistics/ View
Fallout/Fixt https://hive.bgforge.net/api/components/fallout/fixt/statistics/ View
Fallout/Hero Appearance https://hive.bgforge.net/api/components/fallout/hero-appearance/statistics/ View
Fallout/Party Orders https://hive.bgforge.net/api/components/fallout/party-orders/statistics/ View
Fallout/Restoration Project https://hive.bgforge.net/api/components/fallout/rp/statistics/ View
Fallout/Unofficial Patch https://hive.bgforge.net/api/components/fallout/up/statistics/ View
Fallout/Fallout https://hive.bgforge.net/api/components/fallout/glossary/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    https://hive.bgforge.net/api/components/fallout/dangerous-quest/translations/
Project URL Link
Fallout https://hive.bgforge.net/api/projects/fallout/repository/ Hook
Fallout/Dangerous Quest! https://hive.bgforge.net/api/components/fallout/dangerous-quest/repository/ Hook
Fallout/FO2tweaks https://hive.bgforge.net/api/components/fallout/fo2tweaks/repository/ Hook
Fallout/Fixt https://hive.bgforge.net/api/components/fallout/fixt/repository/ Hook
Fallout/Hero Appearance https://hive.bgforge.net/api/components/fallout/hero-appearance/repository/ Hook
Fallout/Party Orders https://hive.bgforge.net/api/components/fallout/party-orders/repository/ Hook
Fallout/Restoration Project https://hive.bgforge.net/api/components/fallout/rp/repository/ Hook
Fallout/Unofficial Patch https://hive.bgforge.net/api/components/fallout/up/repository/ Hook
Fallout/Fallout https://hive.bgforge.net/api/components/fallout/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    https://hive.bgforge.net/api/projects/fallout/repository/

Weblate also supports direct notifications from several code hosting sites:

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