You can retrieve various data from Weblate in machine readable format.
To follow translation progress you can use RSS feeds, detailing all important translation changes.
Project | URL | Link |
---|---|---|
Nebulo | https://weblate.frostnerd.com/exports/rss/nebulo/ | RSS |
Nebulo/Accessibility Strings | https://weblate.frostnerd.com/exports/rss/nebulo/accessibility-strings/ | RSS |
Nebulo/Changelog (F-droid) | https://weblate.frostnerd.com/exports/rss/nebulo/changelog-fdroid/ | RSS |
Nebulo/Crash reporting data usage | https://weblate.frostnerd.com/exports/rss/nebulo/crash-reporting-data-usage/ | RSS |
Nebulo/Dialog strings | https://weblate.frostnerd.com/exports/rss/nebulo/dialog-strings/ | RSS |
Nebulo/General strings | https://weblate.frostnerd.com/exports/rss/nebulo/nebulo/ | RSS |
Nebulo/Menu strings | https://weblate.frostnerd.com/exports/rss/nebulo/menu-strings/ | RSS |
Nebulo/Notification strings | https://weblate.frostnerd.com/exports/rss/nebulo/notification-strings/ | RSS |
Nebulo/Play store texts | https://weblate.frostnerd.com/exports/rss/nebulo/play-store-texts/ | RSS |
Nebulo/Preference strings | https://weblate.frostnerd.com/exports/rss/nebulo/preference-strings/ | RSS |
Nebulo/Tasker strings | https://weblate.frostnerd.com/exports/rss/nebulo/tasker-strings/ | RSS |
Nebulo/Changelogs (Least important to translate) | https://weblate.frostnerd.com/exports/rss/nebulo/changelogs/ | RSS |
Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.
Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.
Project | URL | Link |
---|---|---|
Nebulo/Accessibility Strings | https://weblate.frostnerd.com/api/components/nebulo/accessibility-strings/statistics/ | View |
Nebulo/Changelog (F-droid) | https://weblate.frostnerd.com/api/components/nebulo/changelog-fdroid/statistics/ | View |
Nebulo/Crash reporting data usage | https://weblate.frostnerd.com/api/components/nebulo/crash-reporting-data-usage/statistics/ | View |
Nebulo/Dialog strings | https://weblate.frostnerd.com/api/components/nebulo/dialog-strings/statistics/ | View |
Nebulo/General strings | https://weblate.frostnerd.com/api/components/nebulo/nebulo/statistics/ | View |
Nebulo/Menu strings | https://weblate.frostnerd.com/api/components/nebulo/menu-strings/statistics/ | View |
Nebulo/Notification strings | https://weblate.frostnerd.com/api/components/nebulo/notification-strings/statistics/ | View |
Nebulo/Play store texts | https://weblate.frostnerd.com/api/components/nebulo/play-store-texts/statistics/ | View |
Nebulo/Preference strings | https://weblate.frostnerd.com/api/components/nebulo/preference-strings/statistics/ | View |
Nebulo/Tasker strings | https://weblate.frostnerd.com/api/components/nebulo/tasker-strings/statistics/ | View |
Nebulo/Changelogs (Least important to translate) | https://weblate.frostnerd.com/api/components/nebulo/changelogs/statistics/ | View |
As an example, fetching stats for all translations in one component can be done thusly:
curl \ -H "Authorization: Token BzxbXEVTTtYiphUtgLcnuYeGkumDUgTYRvBuXtZ9" \ https://weblate.frostnerd.com/api/components/nebulo/accessibility-strings/translations/
Project | URL | Link |
---|---|---|
Nebulo | https://weblate.frostnerd.com/api/projects/nebulo/repository/ | Hook |
Nebulo/Accessibility Strings | https://weblate.frostnerd.com/api/components/nebulo/accessibility-strings/repository/ | Hook |
Nebulo/Changelog (F-droid) | https://weblate.frostnerd.com/api/components/nebulo/changelog-fdroid/repository/ | Hook |
Nebulo/Crash reporting data usage | https://weblate.frostnerd.com/api/components/nebulo/crash-reporting-data-usage/repository/ | Hook |
Nebulo/Dialog strings | https://weblate.frostnerd.com/api/components/nebulo/dialog-strings/repository/ | Hook |
Nebulo/General strings | https://weblate.frostnerd.com/api/components/nebulo/nebulo/repository/ | Hook |
Nebulo/Menu strings | https://weblate.frostnerd.com/api/components/nebulo/menu-strings/repository/ | Hook |
Nebulo/Notification strings | https://weblate.frostnerd.com/api/components/nebulo/notification-strings/repository/ | Hook |
Nebulo/Play store texts | https://weblate.frostnerd.com/api/components/nebulo/play-store-texts/repository/ | Hook |
Nebulo/Preference strings | https://weblate.frostnerd.com/api/components/nebulo/preference-strings/repository/ | Hook |
Nebulo/Tasker strings | https://weblate.frostnerd.com/api/components/nebulo/tasker-strings/repository/ | Hook |
Nebulo/Changelogs (Least important to translate) | https://weblate.frostnerd.com/api/components/nebulo/changelogs/repository/ | Hook |
As an example, telling Weblate to pull from a remote repository can be done thusly:
curl \ -d operation=pull \ -H "Authorization: Token BzxbXEVTTtYiphUtgLcnuYeGkumDUgTYRvBuXtZ9" \ https://weblate.frostnerd.com/api/projects/nebulo/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://weblate.frostnerd.com/hooks/github/ | Browse the documentation for detailed instructions |
GitLab | https://weblate.frostnerd.com/hooks/gitlab/ | Browse the documentation for detailed instructions |
Bitbucket | https://weblate.frostnerd.com/hooks/bitbucket/ | Browse the documentation for detailed instructions |
Pagure | https://weblate.frostnerd.com/hooks/pagure/ | Browse the documentation for detailed instructions |
Azure Repos | https://weblate.frostnerd.com/hooks/azure/ | Browse the documentation for detailed instructions |
Gitea | https://weblate.frostnerd.com/hooks/gitea/ | Browse the documentation for detailed instructions |