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