You can retrieve various data from Weblate in machine readable format.

RSS feeds

To follow translation progress you can use RSS feeds, detailing all important translation changes.

Project URL Link
Pathfinder: Kingmaker http://waldo.team/exports/rss/pathfinder_kingmaker/ RSS
Pathfinder: Kingmaker/Classes http://waldo.team/exports/rss/pathfinder_kingmaker/classes/ RSS
Pathfinder: Kingmaker/Dialogs http://waldo.team/exports/rss/pathfinder_kingmaker/dialogs/ RSS
Pathfinder: Kingmaker/Encyclopedia http://waldo.team/exports/rss/pathfinder_kingmaker/encyclopedia/ RSS
Pathfinder: Kingmaker/Feats http://waldo.team/exports/rss/pathfinder_kingmaker/feats/ RSS
Pathfinder: Kingmaker/General http://waldo.team/exports/rss/pathfinder_kingmaker/general/ RSS
Pathfinder: Kingmaker/Items http://waldo.team/exports/rss/pathfinder_kingmaker/items/ RSS
Pathfinder: Kingmaker/Kingdom http://waldo.team/exports/rss/pathfinder_kingmaker/kingdom/ RSS
Pathfinder: Kingmaker/Quests http://waldo.team/exports/rss/pathfinder_kingmaker/quests/ RSS
Pathfinder: Kingmaker/Root http://waldo.team/exports/rss/pathfinder_kingmaker/root/ RSS
Pathfinder: Kingmaker/Spells http://waldo.team/exports/rss/pathfinder_kingmaker/spells/ RSS
Pathfinder: Kingmaker/World http://waldo.team/exports/rss/pathfinder_kingmaker/world/ RSS

Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.

Statistics

Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.

Project URL Link
Pathfinder: Kingmaker/Classes http://waldo.team/api/components/pathfinder_kingmaker/classes/statistics/ View
Pathfinder: Kingmaker/Dialogs http://waldo.team/api/components/pathfinder_kingmaker/dialogs/statistics/ View
Pathfinder: Kingmaker/Encyclopedia http://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/statistics/ View
Pathfinder: Kingmaker/Feats http://waldo.team/api/components/pathfinder_kingmaker/feats/statistics/ View
Pathfinder: Kingmaker/General http://waldo.team/api/components/pathfinder_kingmaker/general/statistics/ View
Pathfinder: Kingmaker/Items http://waldo.team/api/components/pathfinder_kingmaker/items/statistics/ View
Pathfinder: Kingmaker/Kingdom http://waldo.team/api/components/pathfinder_kingmaker/kingdom/statistics/ View
Pathfinder: Kingmaker/Quests http://waldo.team/api/components/pathfinder_kingmaker/quests/statistics/ View
Pathfinder: Kingmaker/Root http://waldo.team/api/components/pathfinder_kingmaker/root/statistics/ View
Pathfinder: Kingmaker/Spells http://waldo.team/api/components/pathfinder_kingmaker/spells/statistics/ View
Pathfinder: Kingmaker/World http://waldo.team/api/components/pathfinder_kingmaker/world/statistics/ View

As an example, fetching stats for all translations in one component can be done thusly:

curl \
    -H "Authorization: Token hMaZr6eXkuWdTkMZUqlHno1fQgRyGUsGMkr1bHHu" \
    http://waldo.team/api/components/pathfinder_kingmaker/classes/translations/
Project URL Link
Pathfinder: Kingmaker http://waldo.team/api/projects/pathfinder_kingmaker/repository/ Hook
Pathfinder: Kingmaker/Classes http://waldo.team/api/components/pathfinder_kingmaker/classes/repository/ Hook
Pathfinder: Kingmaker/Dialogs http://waldo.team/api/components/pathfinder_kingmaker/dialogs/repository/ Hook
Pathfinder: Kingmaker/Encyclopedia http://waldo.team/api/components/pathfinder_kingmaker/encyclopedia/repository/ Hook
Pathfinder: Kingmaker/Feats http://waldo.team/api/components/pathfinder_kingmaker/feats/repository/ Hook
Pathfinder: Kingmaker/General http://waldo.team/api/components/pathfinder_kingmaker/general/repository/ Hook
Pathfinder: Kingmaker/Items http://waldo.team/api/components/pathfinder_kingmaker/items/repository/ Hook
Pathfinder: Kingmaker/Kingdom http://waldo.team/api/components/pathfinder_kingmaker/kingdom/repository/ Hook
Pathfinder: Kingmaker/Quests http://waldo.team/api/components/pathfinder_kingmaker/quests/repository/ Hook
Pathfinder: Kingmaker/Root http://waldo.team/api/components/pathfinder_kingmaker/root/repository/ Hook
Pathfinder: Kingmaker/Spells http://waldo.team/api/components/pathfinder_kingmaker/spells/repository/ Hook
Pathfinder: Kingmaker/World http://waldo.team/api/components/pathfinder_kingmaker/world/repository/ Hook

As an example, telling Weblate to pull from a remote repository can be done thusly:

curl \
    -d operation=pull \
    -H "Authorization: Token hMaZr6eXkuWdTkMZUqlHno1fQgRyGUsGMkr1bHHu" \
    http://waldo.team/api/projects/pathfinder_kingmaker/repository/

Weblate also supports direct notifications from several code hosting sites:

Hosting site URL Note
GitHub http://waldo.team/hooks/github Browse the documentation for detailed instructions
GitLab http://waldo.team/hooks/gitlab Browse the documentation for detailed instructions
Bitbucket http://waldo.team/hooks/bitbucket Browse the documentation for detailed instructions
Pagure http://waldo.team/hooks/pagure Browse the documentation for detailed instructions
Azure Repos http://waldo.team/hooks/azure Browse the documentation for detailed instructions
Gitea http://waldo.team/hooks/gitea Browse the documentation for detailed instructions