Translation components API.

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

GET /api/translations/nina/core/eu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2136,
    "total_words": 13096,
    "total_chars": 79561,
    "last_change": "2023-06-29T22:08:10.468906Z",
    "recent_changes": 45,
    "translated": 135,
    "translated_words": 443,
    "translated_percent": 6.3,
    "translated_words_percent": 3.3,
    "translated_chars": 2785,
    "translated_chars_percent": 3.5,
    "fuzzy": 1973,
    "fuzzy_percent": 92.3,
    "fuzzy_words": 12163,
    "fuzzy_words_percent": 92.8,
    "fuzzy_chars": 73892,
    "fuzzy_chars_percent": 92.8,
    "failing": 1774,
    "failing_percent": 83.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": 0,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/core/eu/",
    "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/nina/core/eu/"
}