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
Call Recorder https://translate.skvalex.com/exports/rss/callrecorder/ RSS
Call Recorder/Main App https://translate.skvalex.com/exports/rss/callrecorder/main-app/ RSS
Call Recorder/Call Recorder https://translate.skvalex.com/exports/rss/callrecorder/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
Call Recorder/Main App https://translate.skvalex.com/api/components/callrecorder/main-app/statistics/ View
Call Recorder/Call Recorder https://translate.skvalex.com/api/components/callrecorder/glossary/statistics/ View

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

curl \
    -H "Authorization: Token DRBk1rmLc50gQ0Vje9rcUMtm7AXWbSQmVuTGh03R" \
    https://translate.skvalex.com/api/components/callrecorder/main-app/translations/
Project URL Link
Call Recorder https://translate.skvalex.com/api/projects/callrecorder/repository/ Hook
Call Recorder/Main App https://translate.skvalex.com/api/components/callrecorder/main-app/repository/ Hook
Call Recorder/Call Recorder https://translate.skvalex.com/api/components/callrecorder/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token DRBk1rmLc50gQ0Vje9rcUMtm7AXWbSQmVuTGh03R" \
    https://translate.skvalex.com/api/projects/callrecorder/repository/

Weblate also supports direct notifications from several code hosting sites:

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