Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/pdfcreator/setup/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 165,
    "total_words": 1012,
    "last_change": "2022-12-23T02:58:36.379084Z",
    "recent_changes": 143,
    "translated": 139,
    "translated_words": 795,
    "translated_percent": 84.2,
    "translated_words_percent": 78.5,
    "translated_chars": 5009,
    "translated_chars_percent": 77.1,
    "total_chars": 6493,
    "fuzzy": 10,
    "fuzzy_percent": 6.0,
    "failing": 11,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/ko/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/ko/"
}