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 |
|---|---|---|
| MDC translation | http://weblate.cld.gcld.io/exports/rss/mdc-translation/ | RSS |
| MDC translation/U-Collect-translations | http://weblate.cld.gcld.io/exports/rss/mdc-translation/u-collect-translations/ | RSS |
| MDC translation/mdc-translations | http://weblate.cld.gcld.io/exports/rss/mdc-translation/mdc-translations/ | RSS |
| MDC translation/mobile-viewer-translations | http://weblate.cld.gcld.io/exports/rss/mdc-translation/mobile-viewer-translations/ | RSS |
| MDC translation/MDC translation | http://weblate.cld.gcld.io/exports/rss/mdc-translation/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 |
|---|---|---|
| MDC translation/U-Collect-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/u-collect-translations/statistics/ | View |
| MDC translation/mdc-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/mdc-translations/statistics/ | View |
| MDC translation/mobile-viewer-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/mobile-viewer-translations/statistics/ | View |
| MDC translation/MDC translation | http://weblate.cld.gcld.io/api/components/mdc-translation/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token Ob5CF43JH57ZF88KdibmAvNIO76CPVXqDPWLswgT" \
http://weblate.cld.gcld.io/api/components/mdc-translation/u-collect-translations/translations/
| Project | URL | Link |
|---|---|---|
| MDC translation | http://weblate.cld.gcld.io/api/projects/mdc-translation/repository/ | Hook |
| MDC translation/U-Collect-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/u-collect-translations/repository/ | Hook |
| MDC translation/mdc-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/mdc-translations/repository/ | Hook |
| MDC translation/mobile-viewer-translations | http://weblate.cld.gcld.io/api/components/mdc-translation/mobile-viewer-translations/repository/ | Hook |
| MDC translation/MDC translation | http://weblate.cld.gcld.io/api/components/mdc-translation/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token Ob5CF43JH57ZF88KdibmAvNIO76CPVXqDPWLswgT" \
http://weblate.cld.gcld.io/api/projects/mdc-translation/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | http://weblate.cld.gcld.io/hooks/github/ | The documentation has detailed instructions |
| GitLab | http://weblate.cld.gcld.io/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | http://weblate.cld.gcld.io/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | http://weblate.cld.gcld.io/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | http://weblate.cld.gcld.io/hooks/azure/ | The documentation has detailed instructions |
| Gitea | http://weblate.cld.gcld.io/hooks/gitea/ | The documentation has detailed instructions |