Translation components API.

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

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

{
    "total": 3339,
    "total_words": 15573,
    "total_chars": 95079,
    "last_change": "2024-05-18T14:02:43.871669Z",
    "recent_changes": 0,
    "translated": 2424,
    "translated_words": 10541,
    "translated_percent": 72.5,
    "translated_words_percent": 67.6,
    "translated_chars": 65030,
    "translated_chars_percent": 68.3,
    "fuzzy": 97,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 702,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 4304,
    "fuzzy_chars_percent": 4.5,
    "failing": 56,
    "failing_percent": 1.6,
    "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": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://hosted.weblate.org/projects/osmand/ios/ko/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/ios/ko/"
}