Translations
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/dai/codex/translations/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "language": { "code": "en", "name": "English", "plural": { "id": 73, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "english", "en_en", "base", "source", "eng" ], "direction": "ltr", "web_url": "http://waldo.team/languages/en/", "url": "https://waldo.team/api/languages/en/?format=api", "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api" }, "language_code": "en", "id": 616, "filename": "", "revision": "", "web_url": "http://waldo.team/projects/dai/codex/en/", "share_url": "http://waldo.team/engage/dai/en/", "translate_url": "http://waldo.team/translate/dai/codex/en/", "url": "https://waldo.team/api/translations/dai/codex/en/?format=api", "is_template": true, "is_source": true, "total": 2932, "total_words": 191757, "translated": 2932, "translated_words": 191757, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 0, "failing_checks_words": 0, "failing_checks_percent": 0.0, "have_suggestion": 0, "have_comment": 3, "last_change": null, "last_author": null, "repository_url": "https://waldo.team/api/translations/dai/codex/en/repository/?format=api", "file_url": "https://waldo.team/api/translations/dai/codex/en/file/?format=api", "statistics_url": "https://waldo.team/api/translations/dai/codex/en/statistics/?format=api", "changes_list_url": "https://waldo.team/api/translations/dai/codex/en/changes/?format=api", "units_list_url": "https://waldo.team/api/translations/dai/codex/en/units/?format=api" }, { "language": { "code": "ko", "name": "Korean", "plural": { "id": 166, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "korean", "kor" ], "direction": "ltr", "web_url": "http://waldo.team/languages/ko/", "url": "https://waldo.team/api/languages/ko/?format=api", "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api" }, "language_code": "ko", "id": 623, "filename": "ko/Codex.po", "revision": "d4f1be8be06dada3db03318795c1b1f716951277", "web_url": "http://waldo.team/projects/dai/codex/ko/", "share_url": "http://waldo.team/engage/dai/ko/", "translate_url": "http://waldo.team/translate/dai/codex/ko/", "url": "https://waldo.team/api/translations/dai/codex/ko/?format=api", "is_template": false, "is_source": false, "total": 2932, "total_words": 191757, "translated": 2932, "translated_words": 191757, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 17, "failing_checks_words": 3375, "failing_checks_percent": 0.5, "have_suggestion": 65, "have_comment": 40, "last_change": "2025-11-29T08:57:05.066846+09:00", "last_author": "taamro", "repository_url": "https://waldo.team/api/translations/dai/codex/ko/repository/?format=api", "file_url": "https://waldo.team/api/translations/dai/codex/ko/file/?format=api", "statistics_url": "https://waldo.team/api/translations/dai/codex/ko/statistics/?format=api", "changes_list_url": "https://waldo.team/api/translations/dai/codex/ko/changes/?format=api", "units_list_url": "https://waldo.team/api/translations/dai/codex/ko/units/?format=api" } ] }