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 |
|---|---|---|
| TALARIA | https://talaria.cnr.it/translate/exports/rss/talaria/ | RSS |
| TALARIA/Backend PHP Auth | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-auth/ | RSS |
| TALARIA/Backend PHP Emails | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-emails/ | RSS |
| TALARIA/Backend PHP Headers | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-headers/ | RSS |
| TALARIA/Backend PHP Notifications | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-notifications/ | RSS |
| TALARIA/Backend PHP Pagination | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-pagination/ | RSS |
| TALARIA/Backend PHP Passwords | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-passwords/ | RSS |
| TALARIA/Backend PHP Response | https://talaria.cnr.it/translate/exports/rss/talaria/backend-php-response/ | RSS |
| TALARIA/Frontend JSON | https://talaria.cnr.it/translate/exports/rss/talaria/frontend-json/ | RSS |
| TALARIA/RSCVD | https://talaria.cnr.it/translate/exports/rss/talaria/rscvd/ | 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 |
|---|---|---|
| TALARIA/Backend PHP Auth | https://talaria.cnr.it/translate/api/components/talaria/backend-php-auth/statistics/ | View |
| TALARIA/Backend PHP Emails | https://talaria.cnr.it/translate/api/components/talaria/backend-php-emails/statistics/ | View |
| TALARIA/Backend PHP Headers | https://talaria.cnr.it/translate/api/components/talaria/backend-php-headers/statistics/ | View |
| TALARIA/Backend PHP Notifications | https://talaria.cnr.it/translate/api/components/talaria/backend-php-notifications/statistics/ | View |
| TALARIA/Backend PHP Pagination | https://talaria.cnr.it/translate/api/components/talaria/backend-php-pagination/statistics/ | View |
| TALARIA/Backend PHP Passwords | https://talaria.cnr.it/translate/api/components/talaria/backend-php-passwords/statistics/ | View |
| TALARIA/Backend PHP Response | https://talaria.cnr.it/translate/api/components/talaria/backend-php-response/statistics/ | View |
| TALARIA/Frontend JSON | https://talaria.cnr.it/translate/api/components/talaria/frontend-json/statistics/ | View |
| TALARIA/RSCVD | https://talaria.cnr.it/translate/api/components/talaria/rscvd/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_HTPM5zGsH8PNa2BVpkjRq6V40V5KpvMiC27z" \
https://talaria.cnr.it/translate/api/components/talaria/backend-php-auth/translations/
| Project | URL | Link |
|---|---|---|
| TALARIA | https://talaria.cnr.it/translate/api/projects/talaria/repository/ | Hook |
| TALARIA/Backend PHP Auth | https://talaria.cnr.it/translate/api/components/talaria/backend-php-auth/repository/ | Hook |
| TALARIA/Backend PHP Emails | https://talaria.cnr.it/translate/api/components/talaria/backend-php-emails/repository/ | Hook |
| TALARIA/Backend PHP Headers | https://talaria.cnr.it/translate/api/components/talaria/backend-php-headers/repository/ | Hook |
| TALARIA/Backend PHP Notifications | https://talaria.cnr.it/translate/api/components/talaria/backend-php-notifications/repository/ | Hook |
| TALARIA/Backend PHP Pagination | https://talaria.cnr.it/translate/api/components/talaria/backend-php-pagination/repository/ | Hook |
| TALARIA/Backend PHP Passwords | https://talaria.cnr.it/translate/api/components/talaria/backend-php-passwords/repository/ | Hook |
| TALARIA/Backend PHP Response | https://talaria.cnr.it/translate/api/components/talaria/backend-php-response/repository/ | Hook |
| TALARIA/Frontend JSON | https://talaria.cnr.it/translate/api/components/talaria/frontend-json/repository/ | Hook |
| TALARIA/RSCVD | https://talaria.cnr.it/translate/api/components/talaria/rscvd/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_HTPM5zGsH8PNa2BVpkjRq6V40V5KpvMiC27z" \
https://talaria.cnr.it/translate/api/projects/talaria/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | https://talaria.cnr.it/translate/hooks/github/ | The documentation has detailed instructions |
| GitLab | https://talaria.cnr.it/translate/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | https://talaria.cnr.it/translate/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | https://talaria.cnr.it/translate/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | https://talaria.cnr.it/translate/hooks/azure/ | The documentation has detailed instructions |
| Gitea | https://talaria.cnr.it/translate/hooks/gitea/ | The documentation has detailed instructions |
| Forgejo | https://talaria.cnr.it/translate/hooks/forgejo/ | The documentation has detailed instructions |