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