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
MediaMonkey for Android http://translations.mediamonkey.com/exports/rss/mediamonkey-for-android/ RSS
MediaMonkey for Android/Application http://translations.mediamonkey.com/exports/rss/mediamonkey-for-android/application/ RSS
MediaMonkey for Android/MediaMonkey for Android http://translations.mediamonkey.com/exports/rss/mediamonkey-for-android/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
MediaMonkey for Android/Application http://translations.mediamonkey.com/api/components/mediamonkey-for-android/application/statistics/ View
MediaMonkey for Android/MediaMonkey for Android http://translations.mediamonkey.com/api/components/mediamonkey-for-android/glossary/statistics/ View

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

curl \
    -H "Authorization: Token Jm9PwBsd2mS9LZz2S9NhzPAUsk15kcLIXX5PkMky" \
    http://translations.mediamonkey.com/api/components/mediamonkey-for-android/application/translations/
Project URL Link
MediaMonkey for Android http://translations.mediamonkey.com/api/projects/mediamonkey-for-android/repository/ Hook
MediaMonkey for Android/Application http://translations.mediamonkey.com/api/components/mediamonkey-for-android/application/repository/ Hook
MediaMonkey for Android/MediaMonkey for Android http://translations.mediamonkey.com/api/components/mediamonkey-for-android/glossary/repository/ Hook

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

curl \
    -d operation=pull \
    -H "Authorization: Token Jm9PwBsd2mS9LZz2S9NhzPAUsk15kcLIXX5PkMky" \
    http://translations.mediamonkey.com/api/projects/mediamonkey-for-android/repository/

Weblate also supports direct notifications from several code hosting sites:

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