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
BugHotel Reservation System http://translations.bug-software.com/exports/rss/bughotel-reservation-system/ RSS
BugHotel Reservation System/ages http://translations.bug-software.com/exports/rss/bughotel-reservation-system/ages/ RSS
BugHotel Reservation System/B2B http://translations.bug-software.com/exports/rss/bughotel-reservation-system/b2b/ RSS
BugHotel Reservation System/B2C http://translations.bug-software.com/exports/rss/bughotel-reservation-system/b2c/ RSS
BugHotel Reservation System/clickandbook.com http://translations.bug-software.com/exports/rss/bughotel-reservation-system/clickandbook/ RSS
BugHotel Reservation System/travelclickandbookcom http://translations.bug-software.com/exports/rss/bughotel-reservation-system/travelclickandbookcom/ RSS
BugHotel Reservation System/xml http://translations.bug-software.com/exports/rss/bughotel-reservation-system/xml/ 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
BugHotel Reservation System/ages http://translations.bug-software.com/api/components/bughotel-reservation-system/ages/statistics/ View
BugHotel Reservation System/B2B http://translations.bug-software.com/api/components/bughotel-reservation-system/b2b/statistics/ View
BugHotel Reservation System/B2C http://translations.bug-software.com/api/components/bughotel-reservation-system/b2c/statistics/ View
BugHotel Reservation System/clickandbook.com http://translations.bug-software.com/api/components/bughotel-reservation-system/clickandbook/statistics/ View
BugHotel Reservation System/travelclickandbookcom http://translations.bug-software.com/api/components/bughotel-reservation-system/travelclickandbookcom/statistics/ View
BugHotel Reservation System/xml http://translations.bug-software.com/api/components/bughotel-reservation-system/xml/statistics/ View

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

curl \
    -H "Authorization: Token TOKEN" \
    http://translations.bug-software.com/api/components/bughotel-reservation-system/ages/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
BugHotel Reservation System http://translations.bug-software.com/api/projects/bughotel-reservation-system/repository/ Hook
BugHotel Reservation System/ages http://translations.bug-software.com/api/components/bughotel-reservation-system/ages/repository/ Hook
BugHotel Reservation System/B2B http://translations.bug-software.com/api/components/bughotel-reservation-system/b2b/repository/ Hook
BugHotel Reservation System/B2C http://translations.bug-software.com/api/components/bughotel-reservation-system/b2c/repository/ Hook
BugHotel Reservation System/clickandbook.com http://translations.bug-software.com/api/components/bughotel-reservation-system/clickandbook/repository/ Hook
BugHotel Reservation System/travelclickandbookcom http://translations.bug-software.com/api/components/bughotel-reservation-system/travelclickandbookcom/repository/ Hook
BugHotel Reservation System/xml http://translations.bug-software.com/api/components/bughotel-reservation-system/xml/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token TOKEN" \
    http://translations.bug-software.com/api/projects/bughotel-reservation-system/repository/

Weblate also supports direct notification from several code hosting sites:

Hosting site URL Note
GitHub http://translations.bug-software.com/hooks/github/ See documentation for detailed instructions
GitLab http://translations.bug-software.com/hooks/gitlab/ See documentation for detailed instructions
Bitbucket http://translations.bug-software.com/hooks/bitbucket/ See documentation for detailed instructions