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