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
semicolon https://wl.bs2k.me/exports/rss/semicolon/ RSS
semicolon/main https://wl.bs2k.me/exports/rss/semicolon/main/ RSS
semicolon/semicolon https://wl.bs2k.me/exports/rss/semicolon/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
semicolon/main https://wl.bs2k.me/api/components/semicolon/main/statistics/ View
semicolon/semicolon https://wl.bs2k.me/api/components/semicolon/glossary/statistics/ View

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

curl \
    -H "Authorization: Token 1E4Ia0ibe3X6P14UxT0TDbjmaY9rfAPX7zP6c3eN" \
    https://wl.bs2k.me/api/components/semicolon/main/translations/
Project URL Link
semicolon https://wl.bs2k.me/api/projects/semicolon/repository/ Hook
semicolon/main https://wl.bs2k.me/api/components/semicolon/main/repository/ Hook
semicolon/semicolon https://wl.bs2k.me/api/components/semicolon/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token 1E4Ia0ibe3X6P14UxT0TDbjmaY9rfAPX7zP6c3eN" \
    https://wl.bs2k.me/api/projects/semicolon/repository/

Weblate also supports direct notifications from several code hosting sites:

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