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