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 |
---|---|---|
Snipaste | https://translations.snipaste.com/exports/rss/snipaste/ | RSS |
Snipaste/Qt General | https://translations.snipaste.com/exports/rss/snipaste/qt/ | RSS |
Snipaste/Snipaste | https://translations.snipaste.com/exports/rss/snipaste/snipaste/ | 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 |
---|---|---|
Snipaste/Qt General | https://translations.snipaste.com/api/components/snipaste/qt/statistics/ | View |
Snipaste/Snipaste | https://translations.snipaste.com/api/components/snipaste/snipaste/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token 08exZductprCsP98Ye3UVZf0rY62r1yq2v3cZzyp" \ https://translations.snipaste.com/api/components/snipaste/qt/translations/
Project | URL | Link |
---|---|---|
Snipaste | https://translations.snipaste.com/api/projects/snipaste/repository/ | Hook |
Snipaste/Qt General | https://translations.snipaste.com/api/components/snipaste/qt/repository/ | Hook |
Snipaste/Snipaste | https://translations.snipaste.com/api/components/snipaste/snipaste/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token 08exZductprCsP98Ye3UVZf0rY62r1yq2v3cZzyp" \ https://translations.snipaste.com/api/projects/snipaste/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | https://translations.snipaste.com/hooks/github/ | The documentation has detailed instructions |
GitLab | https://translations.snipaste.com/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | https://translations.snipaste.com/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | https://translations.snipaste.com/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | https://translations.snipaste.com/hooks/azure/ | The documentation has detailed instructions |
Gitea | https://translations.snipaste.com/hooks/gitea/ | The documentation has detailed instructions |