Translation components API.

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

GET /api/translations/yast-vpn/master/lt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 109,
    "total_words": 664,
    "total_chars": 4169,
    "last_change": "2022-09-07T02:33:10.051510Z",
    "recent_changes": 0,
    "translated": 73,
    "translated_words": 276,
    "translated_percent": 66.9,
    "translated_words_percent": 41.5,
    "translated_chars": 1695,
    "translated_chars_percent": 40.6,
    "fuzzy": 14,
    "fuzzy_percent": 12.8,
    "fuzzy_words": 83,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 510,
    "fuzzy_chars_percent": 12.2,
    "failing": 13,
    "failing_percent": 11.9,
    "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": "lt",
    "name": "Lithuanian",
    "url": "https://l10n.opensuse.org/projects/yast-vpn/master/lt/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-vpn/master/lt/"
}