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 |
|---|---|---|
| INGInious | https://weblate.info.ucl.ac.be/exports/rss/inginious/ | RSS |
| INGInious/Frontend | https://weblate.info.ucl.ac.be/exports/rss/inginious/frontend/ | RSS |
| INGInious/MCQ agent | https://weblate.info.ucl.ac.be/exports/rss/inginious/mcq-agent/ | RSS |
| INGInious/INGInious | https://weblate.info.ucl.ac.be/exports/rss/inginious/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 |
|---|---|---|
| INGInious/Frontend | https://weblate.info.ucl.ac.be/api/components/inginious/frontend/statistics/ | View |
| INGInious/MCQ agent | https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/statistics/ | View |
| INGInious/INGInious | https://weblate.info.ucl.ac.be/api/components/inginious/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token OXKpYIAeNrG4FTgonCOST2tzvjI11gPwmYeoo9V4" \
https://weblate.info.ucl.ac.be/api/components/inginious/frontend/translations/
| Project | URL | Link |
|---|---|---|
| INGInious | https://weblate.info.ucl.ac.be/api/projects/inginious/repository/ | Hook |
| INGInious/Frontend | https://weblate.info.ucl.ac.be/api/components/inginious/frontend/repository/ | Hook |
| INGInious/MCQ agent | https://weblate.info.ucl.ac.be/api/components/inginious/mcq-agent/repository/ | Hook |
| INGInious/INGInious | https://weblate.info.ucl.ac.be/api/components/inginious/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token OXKpYIAeNrG4FTgonCOST2tzvjI11gPwmYeoo9V4" \
https://weblate.info.ucl.ac.be/api/projects/inginious/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | https://weblate.info.ucl.ac.be/hooks/github/ | The documentation has detailed instructions |
| GitLab | https://weblate.info.ucl.ac.be/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | https://weblate.info.ucl.ac.be/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | https://weblate.info.ucl.ac.be/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | https://weblate.info.ucl.ac.be/hooks/azure/ | The documentation has detailed instructions |
| Gitea | https://weblate.info.ucl.ac.be/hooks/gitea/ | The documentation has detailed instructions |