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 5.x http://translations.mediamonkey.com/exports/rss/mediamonkey-5-x/ RSS
MediaMonkey 5.x/Application http://translations.mediamonkey.com/exports/rss/mediamonkey-5-x/application/ RSS
MediaMonkey 5.x/MediaMonkey 5.x http://translations.mediamonkey.com/exports/rss/mediamonkey-5-x/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 5.x/Application http://translations.mediamonkey.com/api/components/mediamonkey-5-x/application/statistics/ View
MediaMonkey 5.x/MediaMonkey 5.x http://translations.mediamonkey.com/api/components/mediamonkey-5-x/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-5-x/application/translations/
Project URL Link
MediaMonkey 5.x http://translations.mediamonkey.com/api/projects/mediamonkey-5-x/repository/ Hook
MediaMonkey 5.x/Application http://translations.mediamonkey.com/api/components/mediamonkey-5-x/application/repository/ Hook
MediaMonkey 5.x/MediaMonkey 5.x http://translations.mediamonkey.com/api/components/mediamonkey-5-x/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-5-x/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