Translation components API.

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

GET /api/translations/debian-handbook/92_short-remedial-course/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 250,
    "total_words": 6237,
    "total_chars": 48874,
    "last_change": "2024-02-21T22:02:19.581345Z",
    "recent_changes": 0,
    "translated": 68,
    "translated_words": 303,
    "translated_percent": 27.2,
    "translated_words_percent": 4.8,
    "translated_chars": 3845,
    "translated_chars_percent": 7.8,
    "fuzzy": 57,
    "fuzzy_percent": 22.8,
    "fuzzy_words": 213,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 4791,
    "fuzzy_chars_percent": 9.8,
    "failing": 9,
    "failing_percent": 3.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": "nl",
    "name": "Dutch",
    "url": "https://hosted.weblate.org/projects/debian-handbook/92_short-remedial-course/nl/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/92_short-remedial-course/nl/"
}