Translation components API.

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

GET /api/translations/weblate/website/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 696,
    "total_words": 4065,
    "total_chars": 27666,
    "last_change": "2024-05-06T15:15:36.360290Z",
    "recent_changes": 15,
    "translated": 664,
    "translated_words": 3701,
    "translated_percent": 95.4,
    "translated_words_percent": 91.0,
    "translated_chars": 25190,
    "translated_chars_percent": 91.0,
    "fuzzy": 11,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 116,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 792,
    "fuzzy_chars_percent": 2.8,
    "failing": 3,
    "failing_percent": 0.4,
    "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": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/weblate/website/sv/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/sv/"
}