Translation components API.

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

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

{
    "total": 1285,
    "total_words": 9218,
    "total_chars": 64808,
    "last_change": "2024-04-30T12:06:08.558034Z",
    "recent_changes": 0,
    "translated": 112,
    "translated_words": 611,
    "translated_percent": 8.7,
    "translated_words_percent": 6.6,
    "translated_chars": 3930,
    "translated_chars_percent": 6.0,
    "fuzzy": 399,
    "fuzzy_percent": 31.0,
    "fuzzy_words": 2374,
    "fuzzy_words_percent": 25.7,
    "fuzzy_chars": 19994,
    "fuzzy_chars_percent": 30.8,
    "failing": 269,
    "failing_percent": 20.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": 1,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://l10n.opensuse.org/projects/zypper/master/et/",
    "translate_url": "https://l10n.opensuse.org/translate/zypper/master/et/"
}