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 | 
|---|---|---|
| Amikumu | https://traduk.amikumu.com/exports/rss/amikumu/ | RSS | 
| Amikumu/Apo | https://traduk.amikumu.com/exports/rss/amikumu/app/ | RSS | 
| Amikumu/Reteja navigado | https://traduk.amikumu.com/exports/rss/amikumu/website-navigation/ | RSS | 
| Amikumu/Retejaj paĝoj | https://traduk.amikumu.com/exports/rss/amikumu/website-pages/ | RSS | 
| Amikumu/Glosaro | https://traduk.amikumu.com/exports/rss/amikumu/glosaro/ | 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 | 
|---|---|---|
| Amikumu/Apo | https://traduk.amikumu.com/api/components/amikumu/app/statistics/ | View | 
| Amikumu/Reteja navigado | https://traduk.amikumu.com/api/components/amikumu/website-navigation/statistics/ | View | 
| Amikumu/Retejaj paĝoj | https://traduk.amikumu.com/api/components/amikumu/website-pages/statistics/ | View | 
| Amikumu/Glosaro | https://traduk.amikumu.com/api/components/amikumu/glosaro/statistics/ | View | 
You can fetch statistics for all translations in one component like this:
curl \
    -H "Authorization: Token wlu_Z3OrgYR8mlNQt24pnJF5CjsK7Srg8rrXEDrn" \
    https://traduk.amikumu.com/api/components/amikumu/app/translations/
| Project | URL | Link | 
|---|---|---|
| Amikumu | https://traduk.amikumu.com/api/projects/amikumu/repository/ | Hook | 
| Amikumu/Apo | https://traduk.amikumu.com/api/components/amikumu/app/repository/ | Hook | 
| Amikumu/Reteja navigado | https://traduk.amikumu.com/api/components/amikumu/website-navigation/repository/ | Hook | 
| Amikumu/Retejaj paĝoj | https://traduk.amikumu.com/api/components/amikumu/website-pages/repository/ | Hook | 
| Amikumu/Glosaro | https://traduk.amikumu.com/api/components/amikumu/glosaro/repository/ | Hook | 
You pull changes from a remote repository to Weblate like this:
curl \
    -d operation=pull \
    -H "Authorization: Token wlu_Z3OrgYR8mlNQt24pnJF5CjsK7Srg8rrXEDrn" \
    https://traduk.amikumu.com/api/projects/amikumu/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note | 
|---|---|---|
| GitHub | https://traduk.amikumu.com/hooks/github/ | The documentation has detailed instructions | 
| GitLab | https://traduk.amikumu.com/hooks/gitlab/ | The documentation has detailed instructions | 
| Bitbucket | https://traduk.amikumu.com/hooks/bitbucket/ | The documentation has detailed instructions | 
| Pagure | https://traduk.amikumu.com/hooks/pagure/ | The documentation has detailed instructions | 
| Azure Repos | https://traduk.amikumu.com/hooks/azure/ | The documentation has detailed instructions | 
| Gitea | https://traduk.amikumu.com/hooks/gitea/ | The documentation has detailed instructions |