Translation components API.

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

GET /api/translations/packages-i18n/l-master/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1460,
    "total_words": 24834,
    "total_chars": 163808,
    "last_change": "2022-02-28T19:40:40.931580Z",
    "recent_changes": 0,
    "translated": 84,
    "translated_words": 1352,
    "translated_percent": 5.7,
    "translated_words_percent": 5.4,
    "translated_chars": 8472,
    "translated_chars_percent": 5.1,
    "fuzzy": 462,
    "fuzzy_percent": 31.6,
    "fuzzy_words": 4022,
    "fuzzy_words_percent": 16.1,
    "fuzzy_chars": 27733,
    "fuzzy_chars_percent": 16.9,
    "failing": 139,
    "failing_percent": 9.5,
    "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": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/l-master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/l-master/hu/"
}