Translation components API.

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

GET /api/translations/turris/reforis/cs/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:29.549540Z",
    "recent_changes": 0,
    "translated": 498,
    "translated_words": 4339,
    "translated_percent": 99.7,
    "translated_words_percent": 99.9,
    "translated_chars": 26970,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 7,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.8,
    "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": 2,
    "comments": 1,
    "code": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/turris/reforis/cs/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis/cs/"
}