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 |
---|---|---|
jfa-go | https://weblate.jfa-go.com/exports/rss/jfa-go/ | RSS |
jfa-go/Account Creation Form | https://weblate.jfa-go.com/exports/rss/jfa-go/form/ | RSS |
jfa-go/Admin Page | https://weblate.jfa-go.com/exports/rss/jfa-go/admin/ | RSS |
jfa-go/Common Strings | https://weblate.jfa-go.com/exports/rss/jfa-go/common-strings/ | RSS |
jfa-go/Emails | https://weblate.jfa-go.com/exports/rss/jfa-go/emails/ | RSS |
jfa-go/Password Reset Links | https://weblate.jfa-go.com/exports/rss/jfa-go/password-reset-links/ | RSS |
jfa-go/Setup | https://weblate.jfa-go.com/exports/rss/jfa-go/setup/ | RSS |
jfa-go/Telegram/Matrix/Discord bots | https://weblate.jfa-go.com/exports/rss/jfa-go/chat-bots/ | RSS |
jfa-go/jfa-go | https://weblate.jfa-go.com/exports/rss/jfa-go/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 |
---|---|---|
jfa-go/Account Creation Form | https://weblate.jfa-go.com/api/components/jfa-go/form/statistics/ | View |
jfa-go/Admin Page | https://weblate.jfa-go.com/api/components/jfa-go/admin/statistics/ | View |
jfa-go/Common Strings | https://weblate.jfa-go.com/api/components/jfa-go/common-strings/statistics/ | View |
jfa-go/Emails | https://weblate.jfa-go.com/api/components/jfa-go/emails/statistics/ | View |
jfa-go/Password Reset Links | https://weblate.jfa-go.com/api/components/jfa-go/password-reset-links/statistics/ | View |
jfa-go/Setup | https://weblate.jfa-go.com/api/components/jfa-go/setup/statistics/ | View |
jfa-go/Telegram/Matrix/Discord bots | https://weblate.jfa-go.com/api/components/jfa-go/chat-bots/statistics/ | View |
jfa-go/jfa-go | https://weblate.jfa-go.com/api/components/jfa-go/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token qz94Ow8g284QHZcYJ8Dgj9jxERel5pZ0BoHpuDzs" \
https://weblate.jfa-go.com/api/components/jfa-go/form/translations/
Project | URL | Link |
---|---|---|
jfa-go | https://weblate.jfa-go.com/api/projects/jfa-go/repository/ | Hook |
jfa-go/Account Creation Form | https://weblate.jfa-go.com/api/components/jfa-go/form/repository/ | Hook |
jfa-go/Admin Page | https://weblate.jfa-go.com/api/components/jfa-go/admin/repository/ | Hook |
jfa-go/Common Strings | https://weblate.jfa-go.com/api/components/jfa-go/common-strings/repository/ | Hook |
jfa-go/Emails | https://weblate.jfa-go.com/api/components/jfa-go/emails/repository/ | Hook |
jfa-go/Password Reset Links | https://weblate.jfa-go.com/api/components/jfa-go/password-reset-links/repository/ | Hook |
jfa-go/Setup | https://weblate.jfa-go.com/api/components/jfa-go/setup/repository/ | Hook |
jfa-go/Telegram/Matrix/Discord bots | https://weblate.jfa-go.com/api/components/jfa-go/chat-bots/repository/ | Hook |
jfa-go/jfa-go | https://weblate.jfa-go.com/api/components/jfa-go/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token qz94Ow8g284QHZcYJ8Dgj9jxERel5pZ0BoHpuDzs" \
https://weblate.jfa-go.com/api/projects/jfa-go/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://weblate.jfa-go.com/hooks/github/ | The documentation has detailed instructions |
GitLab | https://weblate.jfa-go.com/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://weblate.jfa-go.com/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://weblate.jfa-go.com/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://weblate.jfa-go.com/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://weblate.jfa-go.com/hooks/gitea/ | The documentation has detailed instructions |