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 |
---|---|---|
GPX Viewer | http://translate.vecturagames.com/exports/rss/gpxviewer/ | RSS |
GPX Viewer/GPX Viewer Android | http://translate.vecturagames.com/exports/rss/gpxviewer/gpxviewer-translations/ | RSS |
GPX Viewer/GPX Viewer iOS | http://translate.vecturagames.com/exports/rss/gpxviewer/gpx-viewer-ios/ | RSS |
GPX Viewer/Trackbook | http://translate.vecturagames.com/exports/rss/gpxviewer/trackbook/ | RSS |
GPX Viewer/Trackbook API | http://translate.vecturagames.com/exports/rss/gpxviewer/trackbook-api/ | 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 |
---|---|---|
GPX Viewer/GPX Viewer Android | http://translate.vecturagames.com/api/components/gpxviewer/gpxviewer-translations/statistics/ | View |
GPX Viewer/GPX Viewer iOS | http://translate.vecturagames.com/api/components/gpxviewer/gpx-viewer-ios/statistics/ | View |
GPX Viewer/Trackbook | http://translate.vecturagames.com/api/components/gpxviewer/trackbook/statistics/ | View |
GPX Viewer/Trackbook API | http://translate.vecturagames.com/api/components/gpxviewer/trackbook-api/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token tLi8zSjQEQs8qconUoQEdo1RW0gYoAsbXXTy5n9M" \ http://translate.vecturagames.com/api/components/gpxviewer/gpxviewer-translations/translations/
Project | URL | Link |
---|---|---|
GPX Viewer | http://translate.vecturagames.com/api/projects/gpxviewer/repository/ | Hook |
GPX Viewer/GPX Viewer Android | http://translate.vecturagames.com/api/components/gpxviewer/gpxviewer-translations/repository/ | Hook |
GPX Viewer/GPX Viewer iOS | http://translate.vecturagames.com/api/components/gpxviewer/gpx-viewer-ios/repository/ | Hook |
GPX Viewer/Trackbook | http://translate.vecturagames.com/api/components/gpxviewer/trackbook/repository/ | Hook |
GPX Viewer/Trackbook API | http://translate.vecturagames.com/api/components/gpxviewer/trackbook-api/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token tLi8zSjQEQs8qconUoQEdo1RW0gYoAsbXXTy5n9M" \ http://translate.vecturagames.com/api/projects/gpxviewer/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.vecturagames.com/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.vecturagames.com/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.vecturagames.com/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.vecturagames.com/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.vecturagames.com/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.vecturagames.com/hooks/gitea/ | The documentation has detailed instructions |