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
Infinity Engine https://hive.bgforge.net/exports/rss/infinity-engine/ RSS
Infinity Engine/Ascension https://hive.bgforge.net/exports/rss/infinity-engine/ascension/ RSS
Infinity Engine/Tweaks and Tricks https://hive.bgforge.net/exports/rss/infinity-engine/tweaks-and-tricks/ RSS
Infinity Engine/Unique Artifacts https://hive.bgforge.net/exports/rss/infinity-engine/unique-artifacts/ RSS
Infinity Engine/WeiDU example https://hive.bgforge.net/exports/rss/infinity-engine/weidu-example/ RSS
Infinity Engine/Wild Mage Additions https://hive.bgforge.net/exports/rss/infinity-engine/wild-mage-additions/ RSS
Infinity Engine/Infinity Engine https://hive.bgforge.net/exports/rss/infinity-engine/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
Infinity Engine/Ascension https://hive.bgforge.net/api/components/infinity-engine/ascension/statistics/ View
Infinity Engine/Tweaks and Tricks https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/statistics/ View
Infinity Engine/Unique Artifacts https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/statistics/ View
Infinity Engine/WeiDU example https://hive.bgforge.net/api/components/infinity-engine/weidu-example/statistics/ View
Infinity Engine/Wild Mage Additions https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/statistics/ View
Infinity Engine/Infinity Engine https://hive.bgforge.net/api/components/infinity-engine/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/infinity-engine/ascension/translations/
Project URL Link
Infinity Engine https://hive.bgforge.net/api/projects/infinity-engine/repository/ Hook
Infinity Engine/Ascension https://hive.bgforge.net/api/components/infinity-engine/ascension/repository/ Hook
Infinity Engine/Tweaks and Tricks https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/repository/ Hook
Infinity Engine/Unique Artifacts https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/repository/ Hook
Infinity Engine/WeiDU example https://hive.bgforge.net/api/components/infinity-engine/weidu-example/repository/ Hook
Infinity Engine/Wild Mage Additions https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/repository/ Hook
Infinity Engine/Infinity Engine https://hive.bgforge.net/api/components/infinity-engine/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/infinity-engine/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