You can retrieve various data from Weblate in machine readable format.
To follow translation progress you can use RSS feeds, detailing all important translation changes.
| Project | URL | Link |
|---|---|---|
| Dragon Age: Inquisition | http://waldo.team/exports/rss/dai/ | RSS |
| Dragon Age: Inquisition/Codex | http://waldo.team/exports/rss/dai/codex/ | RSS |
| Dragon Age: Inquisition/Dialogue | http://waldo.team/exports/rss/dai/dialogue/ | RSS |
| Dragon Age: Inquisition/Equipment | http://waldo.team/exports/rss/dai/equipment/ | RSS |
| Dragon Age: Inquisition/Journals | http://waldo.team/exports/rss/dai/journals/ | RSS |
| Dragon Age: Inquisition/Layouts | http://waldo.team/exports/rss/dai/layouts/ | RSS |
| Dragon Age: Inquisition/Operations | http://waldo.team/exports/rss/dai/operations/ | RSS |
| Dragon Age: Inquisition/Party | http://waldo.team/exports/rss/dai/party/ | RSS |
| Dragon Age: Inquisition/Remaining | http://waldo.team/exports/rss/dai/remaining/ | RSS |
| Dragon Age: Inquisition/UI | http://waldo.team/exports/rss/dai/ui/ | RSS |
| Dragon Age: Inquisition/Unknown | http://waldo.team/exports/rss/dai/unknown/ | RSS |
Per language RSS feeds are also available, you can construct them by appending a language code to the above URLs.
Translation statistics for every component in the JSON format allows you to use the data in other websites or tools.
| Project | URL | Link |
|---|---|---|
| Dragon Age: Inquisition/Codex | http://waldo.team/api/components/dai/codex/statistics/ | View |
| Dragon Age: Inquisition/Dialogue | http://waldo.team/api/components/dai/dialogue/statistics/ | View |
| Dragon Age: Inquisition/Equipment | http://waldo.team/api/components/dai/equipment/statistics/ | View |
| Dragon Age: Inquisition/Journals | http://waldo.team/api/components/dai/journals/statistics/ | View |
| Dragon Age: Inquisition/Layouts | http://waldo.team/api/components/dai/layouts/statistics/ | View |
| Dragon Age: Inquisition/Operations | http://waldo.team/api/components/dai/operations/statistics/ | View |
| Dragon Age: Inquisition/Party | http://waldo.team/api/components/dai/party/statistics/ | View |
| Dragon Age: Inquisition/Remaining | http://waldo.team/api/components/dai/remaining/statistics/ | View |
| Dragon Age: Inquisition/UI | http://waldo.team/api/components/dai/ui/statistics/ | View |
| Dragon Age: Inquisition/Unknown | http://waldo.team/api/components/dai/unknown/statistics/ | View |
As an example, fetching stats for all translations in one component can be done thusly:
curl \
-H "Authorization: Token hMaZr6eXkuWdTkMZUqlHno1fQgRyGUsGMkr1bHHu" \
http://waldo.team/api/components/dai/codex/translations/
| Project | URL | Link |
|---|---|---|
| Dragon Age: Inquisition | http://waldo.team/api/projects/dai/repository/ | Hook |
| Dragon Age: Inquisition/Codex | http://waldo.team/api/components/dai/codex/repository/ | Hook |
| Dragon Age: Inquisition/Dialogue | http://waldo.team/api/components/dai/dialogue/repository/ | Hook |
| Dragon Age: Inquisition/Equipment | http://waldo.team/api/components/dai/equipment/repository/ | Hook |
| Dragon Age: Inquisition/Journals | http://waldo.team/api/components/dai/journals/repository/ | Hook |
| Dragon Age: Inquisition/Layouts | http://waldo.team/api/components/dai/layouts/repository/ | Hook |
| Dragon Age: Inquisition/Operations | http://waldo.team/api/components/dai/operations/repository/ | Hook |
| Dragon Age: Inquisition/Party | http://waldo.team/api/components/dai/party/repository/ | Hook |
| Dragon Age: Inquisition/Remaining | http://waldo.team/api/components/dai/remaining/repository/ | Hook |
| Dragon Age: Inquisition/UI | http://waldo.team/api/components/dai/ui/repository/ | Hook |
| Dragon Age: Inquisition/Unknown | http://waldo.team/api/components/dai/unknown/repository/ | Hook |
As an example, telling Weblate to pull from a remote repository can be done thusly:
curl \
-d operation=pull \
-H "Authorization: Token hMaZr6eXkuWdTkMZUqlHno1fQgRyGUsGMkr1bHHu" \
http://waldo.team/api/projects/dai/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | http://waldo.team/hooks/github | Browse the documentation for detailed instructions |
| GitLab | http://waldo.team/hooks/gitlab | Browse the documentation for detailed instructions |
| Bitbucket | http://waldo.team/hooks/bitbucket | Browse the documentation for detailed instructions |
| Pagure | http://waldo.team/hooks/pagure | Browse the documentation for detailed instructions |
| Azure Repos | http://waldo.team/hooks/azure | Browse the documentation for detailed instructions |
| Gitea | http://waldo.team/hooks/gitea | Browse the documentation for detailed instructions |