Translations
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/wl3/quest/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": "http://waldo.team/api/languages/en/?format=api", "statistics_url": "http://waldo.team/api/languages/en/statistics/?format=api" }, "language_code": "en", "id": 850, "filename": "", "revision": "", "web_url": "http://waldo.team/projects/wl3/quest/en/", "share_url": "http://waldo.team/engage/wl3/en/", "translate_url": "http://waldo.team/translate/wl3/quest/en/", "url": "http://waldo.team/api/translations/wl3/quest/en/?format=api", "is_template": true, "is_source": true, "total": 1853, "total_words": 26975, "translated": 1853, "translated_words": 26975, "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": "http://waldo.team/api/translations/wl3/quest/en/repository/?format=api", "file_url": "http://waldo.team/api/translations/wl3/quest/en/file/?format=api", "statistics_url": "http://waldo.team/api/translations/wl3/quest/en/statistics/?format=api", "changes_list_url": "http://waldo.team/api/translations/wl3/quest/en/changes/?format=api", "units_list_url": "http://waldo.team/api/translations/wl3/quest/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": "http://waldo.team/api/languages/ko/?format=api", "statistics_url": "http://waldo.team/api/languages/ko/statistics/?format=api" }, "language_code": "ko", "id": 855, "filename": "translation/ko/quest.po", "revision": "6d426ca64d61019a18d92707bc6b7913a0d556d5", "web_url": "http://waldo.team/projects/wl3/quest/ko/", "share_url": "http://waldo.team/engage/wl3/ko/", "translate_url": "http://waldo.team/translate/wl3/quest/ko/", "url": "http://waldo.team/api/translations/wl3/quest/ko/?format=api", "is_template": false, "is_source": false, "total": 1853, "total_words": 26975, "translated": 1853, "translated_words": 26975, "translated_percent": 100.0, "fuzzy": 0, "fuzzy_words": 0, "fuzzy_percent": 0.0, "failing_checks": 5, "failing_checks_words": 118, "failing_checks_percent": 0.2, "have_suggestion": 0, "have_comment": 1, "last_change": "2022-06-28T18:24:06.472019+09:00", "last_author": "butnine", "repository_url": "http://waldo.team/api/translations/wl3/quest/ko/repository/?format=api", "file_url": "http://waldo.team/api/translations/wl3/quest/ko/file/?format=api", "statistics_url": "http://waldo.team/api/translations/wl3/quest/ko/statistics/?format=api", "changes_list_url": "http://waldo.team/api/translations/wl3/quest/ko/changes/?format=api", "units_list_url": "http://waldo.team/api/translations/wl3/quest/ko/units/?format=api" } ] }