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