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