Translation components API.

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

GET /api/translations/onionshare/onionshare-ios/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 55,
    "total_words": 272,
    "total_chars": 1654,
    "last_change": "2024-01-30T10:52:30.141895Z",
    "recent_changes": 0,
    "translated": 49,
    "translated_words": 251,
    "translated_percent": 89.0,
    "translated_words_percent": 92.2,
    "translated_chars": 1522,
    "translated_chars_percent": 92.0,
    "fuzzy": 6,
    "fuzzy_percent": 10.9,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 132,
    "fuzzy_chars_percent": 7.9,
    "failing": 6,
    "failing_percent": 10.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://hosted.weblate.org/projects/onionshare/onionshare-ios/vi/",
    "translate_url": "https://hosted.weblate.org/translate/onionshare/onionshare-ios/vi/"
}