Translation components API.

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

GET /api/translations/terminal/terminal/mn/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:15.059640Z",
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 67,
    "translated_percent": 24.0,
    "translated_words_percent": 26.1,
    "translated_chars": 339,
    "translated_chars_percent": 23.5,
    "fuzzy": 7,
    "fuzzy_percent": 9.3,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 18.7,
    "fuzzy_chars": 248,
    "fuzzy_chars_percent": 17.2,
    "failing": 3,
    "failing_percent": 4.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": 1,
    "comments": 0,
    "code": "mn",
    "name": "Mongolian",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/mn/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/mn/"
}