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
Testproject http://weblate.karathan.at/exports/rss/testproject/ RSS
Testproject/Dialogue http://weblate.karathan.at/exports/rss/testproject/dialogue/ RSS
Testproject/Testproject http://weblate.karathan.at/exports/rss/testproject/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
Testproject/Dialogue http://weblate.karathan.at/api/components/testproject/dialogue/statistics/ View
Testproject/Testproject http://weblate.karathan.at/api/components/testproject/glossary/statistics/ View

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

curl \
    -H "Authorization: Token H2HRAQ3UDsss2ak1eEeIbc6S3Ol63n0J7KNWCZ1i" \
    http://weblate.karathan.at/api/components/testproject/dialogue/translations/
Project URL Link
Testproject http://weblate.karathan.at/api/projects/testproject/repository/ Hook
Testproject/Dialogue http://weblate.karathan.at/api/components/testproject/dialogue/repository/ Hook
Testproject/Testproject http://weblate.karathan.at/api/components/testproject/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token H2HRAQ3UDsss2ak1eEeIbc6S3Ol63n0J7KNWCZ1i" \
    http://weblate.karathan.at/api/projects/testproject/repository/

Weblate also supports direct notifications from several code hosting sites:

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