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

RSS feeds

To follow translation progress you can use RSS feeds which include all important changes in translation. More information about exported RSS feeds is available in the documentation.

Project URL Link
FortressCraft Evolved http://weblate.tectic.de/exports/rss/fortresscraft-evolved/ RSS
FortressCraft Evolved/handbook-AvailableResearch http://weblate.tectic.de/exports/rss/fortresscraft-evolved/handbook-availableresearch/ RSS
FortressCraft Evolved/handbook-CompletedResearch http://weblate.tectic.de/exports/rss/fortresscraft-evolved/handbook-completedresearch/ RSS
FortressCraft Evolved/handbook-Creative http://weblate.tectic.de/exports/rss/fortresscraft-evolved/handbook-creative/ RSS
FortressCraft Evolved/handbook-Materials http://weblate.tectic.de/exports/rss/fortresscraft-evolved/handbook-materials/ RSS
FortressCraft Evolved/handbook-Survival http://weblate.tectic.de/exports/rss/fortresscraft-evolved/handbook-survival/ RSS
FortressCraft Evolved/Master Languagefile http://weblate.tectic.de/exports/rss/fortresscraft-evolved/master/ RSS

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

Statistics

Translation statistics for every component in the JSON format allow you to use these data in other websites or tools. Format of the data is described in the documentation.

Project URL Link
FortressCraft Evolved/handbook-AvailableResearch http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-availableresearch/statistics/ View
FortressCraft Evolved/handbook-CompletedResearch http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/statistics/ View
FortressCraft Evolved/handbook-Creative http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/statistics/ View
FortressCraft Evolved/handbook-Materials http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-materials/statistics/ View
FortressCraft Evolved/handbook-Survival http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-survival/statistics/ View
FortressCraft Evolved/Master Languagefile http://weblate.tectic.de/api/components/fortresscraft-evolved/master/statistics/ View

For example getting stats for all translations in one component can be done by:

curl \
    -H "Authorization: Token TOKEN" \
    http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-availableresearch/translations/

Notification hooks

With notification hooks, Weblate will automatically import changes done by your developers and will allow continuous translation. More information is available in the documentation.

Project URL Link
FortressCraft Evolved http://weblate.tectic.de/api/projects/fortresscraft-evolved/repository/ Hook
FortressCraft Evolved/handbook-AvailableResearch http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-availableresearch/repository/ Hook
FortressCraft Evolved/handbook-CompletedResearch http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/repository/ Hook
FortressCraft Evolved/handbook-Creative http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/repository/ Hook
FortressCraft Evolved/handbook-Materials http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-materials/repository/ Hook
FortressCraft Evolved/handbook-Survival http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-survival/repository/ Hook
FortressCraft Evolved/Master Languagefile http://weblate.tectic.de/api/components/fortresscraft-evolved/master/repository/ Hook

For example telling Weblate to pull remote repository can be done by:

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    http://weblate.tectic.de/api/projects/fortresscraft-evolved/repository/

Weblate also supports direct notification from several code hosting sites:

Hosting site URL Note
GitHub http://weblate.tectic.de/hooks/github/ See documentation for detailed instructions
GitLab http://weblate.tectic.de/hooks/gitlab/ See documentation for detailed instructions
Bitbucket http://weblate.tectic.de/hooks/bitbucket/ See documentation for detailed instructions