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
Budget Blitz http://translate.bbmoney.biz/exports/rss/bb/ RSS
Budget Blitz/Content descriptions (report items, etc) http://translate.bbmoney.biz/exports/rss/bb/locale_content_description/ RSS
Budget Blitz/Google Play descriptions http://translate.bbmoney.biz/exports/rss/bb/locale_google_play/ RSS
Budget Blitz/Interface (activity names, menu, etc) http://translate.bbmoney.biz/exports/rss/bb/locale_visible_interface/ RSS
Budget Blitz/Object names (captions, fields, hints, etc) http://translate.bbmoney.biz/exports/rss/bb/locale_sql_objects/ RSS
Budget Blitz/Primary strings (categories, etc) http://translate.bbmoney.biz/exports/rss/bb/locale_primary_strings/ RSS
Budget Blitz/Web client strings http://translate.bbmoney.biz/exports/rss/bb/locale_web_strings/ RSS
Budget Blitz/Welcome initial screen http://translate.bbmoney.biz/exports/rss/bb/locale_welcome/ 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
Budget Blitz/Content descriptions (report items, etc) http://translate.bbmoney.biz/api/components/bb/locale_content_description/translations/ Download
Budget Blitz/Google Play descriptions http://translate.bbmoney.biz/api/components/bb/locale_google_play/translations/ Download
Budget Blitz/Interface (activity names, menu, etc) http://translate.bbmoney.biz/api/components/bb/locale_visible_interface/translations/ Download
Budget Blitz/Object names (captions, fields, hints, etc) http://translate.bbmoney.biz/api/components/bb/locale_sql_objects/translations/ Download
Budget Blitz/Primary strings (categories, etc) http://translate.bbmoney.biz/api/components/bb/locale_primary_strings/translations/ Download
Budget Blitz/Web client strings http://translate.bbmoney.biz/api/components/bb/locale_web_strings/translations/ Download
Budget Blitz/Welcome initial screen http://translate.bbmoney.biz/api/components/bb/locale_welcome/translations/ Download

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

curl \
    -H "Authorization: Token TOKEN" \
    http://translate.bbmoney.biz/api/components/bb/locale_content_description/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
Budget Blitz http://translate.bbmoney.biz/api/projects/bb/repository/ Hook
Budget Blitz/Content descriptions (report items, etc) http://translate.bbmoney.biz/api/components/bb/locale_content_description/repository/ Hook
Budget Blitz/Google Play descriptions http://translate.bbmoney.biz/api/components/bb/locale_google_play/repository/ Hook
Budget Blitz/Interface (activity names, menu, etc) http://translate.bbmoney.biz/api/components/bb/locale_visible_interface/repository/ Hook
Budget Blitz/Object names (captions, fields, hints, etc) http://translate.bbmoney.biz/api/components/bb/locale_sql_objects/repository/ Hook
Budget Blitz/Primary strings (categories, etc) http://translate.bbmoney.biz/api/components/bb/locale_primary_strings/repository/ Hook
Budget Blitz/Web client strings http://translate.bbmoney.biz/api/components/bb/locale_web_strings/repository/ Hook
Budget Blitz/Welcome initial screen http://translate.bbmoney.biz/api/components/bb/locale_welcome/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    http://translate.bbmoney.biz/api/projects/bb/repository/

Weblate also supports direct notification from several code hosting sites:

Hosting site URL Note
GitHub http://translate.bbmoney.biz/hooks/github/ Enable Weblate service hook in repository settings.
GitLab http://translate.bbmoney.biz/hooks/gitlab/
Bitbucket http://translate.bbmoney.biz/hooks/bitbucket/