Translations
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/pathfinder_kingmaker/root/translations/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "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": 521, "filename": "ko/Root.po", "revision": "c42e0562e2e22bc83d42326b83c988c60fd386f1", "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/ko/", "share_url": "http://waldo.team/engage/pathfinder_kingmaker/ko/", "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/root/ko/", "url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/?format=api", "is_template": false, "is_source": false, "total": 3943, "total_words": 44233, "translated": 3943, "translated_words": 44233, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 8, "failing_checks_words": 337, "failing_checks_percent": 0.2, "have_suggestion": 1, "have_comment": 0, "last_change": "2021-10-04T17:16:23.212506+09:00", "last_author": "akintos", "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/repository/?format=api", "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/file/?format=api", "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/statistics/?format=api", "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/changes/?format=api", "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/ko/units/?format=api" }, { "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": 573, "filename": "", "revision": "", "web_url": "http://waldo.team/projects/pathfinder_kingmaker/root/en/", "share_url": "http://waldo.team/engage/pathfinder_kingmaker/en/", "translate_url": "http://waldo.team/translate/pathfinder_kingmaker/root/en/", "url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/?format=api", "is_template": true, "is_source": true, "total": 3943, "total_words": 44233, "translated": 3943, "translated_words": 44233, "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": 0, "last_change": null, "last_author": null, "repository_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/repository/?format=api", "file_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/file/?format=api", "statistics_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/statistics/?format=api", "changes_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/changes/?format=api", "units_list_url": "https://waldo.team/api/translations/pathfinder_kingmaker/root/en/units/?format=api" } ] }