Translation components API.

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

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

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2024-02-11T12:34:10.340942Z",
    "recent_changes": 1,
    "translated": 125,
    "translated_words": 456,
    "translated_percent": 46.4,
    "translated_words_percent": 37.7,
    "translated_chars": 2962,
    "translated_chars_percent": 38.3,
    "fuzzy": 48,
    "fuzzy_percent": 17.8,
    "fuzzy_words": 237,
    "fuzzy_words_percent": 19.6,
    "fuzzy_chars": 1470,
    "fuzzy_chars_percent": 19.0,
    "failing": 19,
    "failing_percent": 7.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": 10,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/vi/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/vi/"
}