Translation components API.

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

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

{
    "total": 75,
    "total_words": 256,
    "total_chars": 1440,
    "last_change": "2024-05-02T03:16:06.286323Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 35,
    "translated_percent": 13.3,
    "translated_words_percent": 13.6,
    "translated_chars": 162,
    "translated_chars_percent": 11.2,
    "fuzzy": 5,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 16.0,
    "fuzzy_chars": 208,
    "fuzzy_chars_percent": 14.4,
    "failing": 2,
    "failing_percent": 2.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": 3,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/fr_CA/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/fr_CA/"
}