You can retrieve various data from Weblate in machine readable format.
RSS feeds
To follow translation progress you can use RSS feeds, detailing all important translation changes.
Project | URL | Link |
---|---|---|
Jellyfin | https://translate.jellyfin.org/exports/rss/jellyfin/ | RSS |
Jellyfin/Jellyfin | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-core/ | RSS |
Jellyfin/Jellyfin Android | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-android/ | RSS |
Jellyfin/Jellyfin Android TV | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-androidtv/ | RSS |
Jellyfin/Jellyfin Expo | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-expo/ | RSS |
Jellyfin/Jellyfin Kodi | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-kodi/ | RSS |
Jellyfin/Jellyfin MPV Shim | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-mpv-shim/ | RSS |
Jellyfin/Jellyfin Roku | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-roku/ | RSS |
Jellyfin/Jellyfin Vue | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-vue/ | RSS |
Jellyfin/Jellyfin Web | https://translate.jellyfin.org/exports/rss/jellyfin/jellyfin-web/ | RSS |
Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.
Statistics
Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.
Project | URL | Link |
---|---|---|
Jellyfin/Jellyfin | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-core/statistics/ | View |
Jellyfin/Jellyfin Android | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-android/statistics/ | View |
Jellyfin/Jellyfin Android TV | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-androidtv/statistics/ | View |
Jellyfin/Jellyfin Expo | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-expo/statistics/ | View |
Jellyfin/Jellyfin Kodi | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-kodi/statistics/ | View |
Jellyfin/Jellyfin MPV Shim | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-mpv-shim/statistics/ | View |
Jellyfin/Jellyfin Roku | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-roku/statistics/ | View |
Jellyfin/Jellyfin Vue | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-vue/statistics/ | View |
Jellyfin/Jellyfin Web | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-web/statistics/ | View |
As an example, fetching stats for all translations in one component can be done thusly:
curl \ -H "Authorization: Token a7IILa4NqdAqZZ9lgxI82eR2quh5mmTJMNqHQBYT" \ https://translate.jellyfin.org/api/components/jellyfin/jellyfin-core/translations/
Project | URL | Link |
---|---|---|
Jellyfin | https://translate.jellyfin.org/api/projects/jellyfin/repository/ | Hook |
Jellyfin/Jellyfin | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-core/repository/ | Hook |
Jellyfin/Jellyfin Android | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-android/repository/ | Hook |
Jellyfin/Jellyfin Android TV | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-androidtv/repository/ | Hook |
Jellyfin/Jellyfin Expo | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-expo/repository/ | Hook |
Jellyfin/Jellyfin Kodi | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-kodi/repository/ | Hook |
Jellyfin/Jellyfin MPV Shim | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-mpv-shim/repository/ | Hook |
Jellyfin/Jellyfin Roku | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-roku/repository/ | Hook |
Jellyfin/Jellyfin Vue | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-vue/repository/ | Hook |
Jellyfin/Jellyfin Web | https://translate.jellyfin.org/api/components/jellyfin/jellyfin-web/repository/ | Hook |
As an example, telling Weblate to pull from a remote repository can be done thusly:
curl \ -d operation=pull \ -H "Authorization: Token a7IILa4NqdAqZZ9lgxI82eR2quh5mmTJMNqHQBYT" \ https://translate.jellyfin.org/api/projects/jellyfin/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translate.jellyfin.org/hooks/github/ | Browse the documentation for detailed instructions |
GitLab | https://translate.jellyfin.org/hooks/gitlab/ | Browse the documentation for detailed instructions |
Bitbucket | https://translate.jellyfin.org/hooks/bitbucket/ | Browse the documentation for detailed instructions |
Pagure | https://translate.jellyfin.org/hooks/pagure/ | Browse the documentation for detailed instructions |
Azure Repos | https://translate.jellyfin.org/hooks/azure/ | Browse the documentation for detailed instructions |
Gitea | https://translate.jellyfin.org/hooks/gitea/ | Browse the documentation for detailed instructions |