Translation components API.

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

GET /api/translations/yast-vpn/master/gu/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:02.429973Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 11,
    "translated_percent": 9.1,
    "translated_words_percent": 1.6,
    "translated_chars": 78,
    "translated_chars_percent": 1.8,
    "fuzzy": 57,
    "fuzzy_percent": 52.2,
    "fuzzy_words": 243,
    "fuzzy_words_percent": 36.5,
    "fuzzy_chars": 1499,
    "fuzzy_chars_percent": 35.9,
    "failing": 28,
    "failing_percent": 25.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": 0,
    "comments": 0,
    "code": "gu",
    "name": "Gujarati",
    "url": "https://l10n.opensuse.org/projects/yast-vpn/master/gu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-vpn/master/gu/"
}