Translation components API.

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

GET /api/translations/uh/tutorial/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 188,
    "total_words": 3382,
    "total_chars": 18676,
    "last_change": "2020-07-23T11:43:23.351743Z",
    "recent_changes": 8,
    "translated": 135,
    "translated_words": 2323,
    "translated_percent": 71.8,
    "translated_words_percent": 68.6,
    "translated_chars": 12901,
    "translated_chars_percent": 69.0,
    "fuzzy": 53,
    "fuzzy_percent": 28.1,
    "fuzzy_words": 1059,
    "fuzzy_words_percent": 31.3,
    "fuzzy_chars": 5775,
    "fuzzy_chars_percent": 30.9,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 5,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/uh/tutorial/cs/",
    "translate_url": "https://hosted.weblate.org/translate/uh/tutorial/cs/"
}