Translation components API.

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

GET /api/translations/turris/reforis/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 499,
    "total_words": 4341,
    "total_chars": 26977,
    "last_change": "2024-03-06T09:20:40.606334Z",
    "recent_changes": 0,
    "translated": 25,
    "translated_words": 44,
    "translated_percent": 5.0,
    "translated_words_percent": 1.0,
    "translated_chars": 286,
    "translated_chars_percent": 1.0,
    "fuzzy": 9,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 125,
    "fuzzy_chars_percent": 0.4,
    "failing": 6,
    "failing_percent": 1.2,
    "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": 374,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/turris/reforis/ja/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis/ja/"
}