Translation components API.

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

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

{
    "total": 218,
    "total_words": 1140,
    "total_chars": 8864,
    "last_change": "2023-03-12T22:17:53.646560Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 45,
    "translated_percent": 0.9,
    "translated_words_percent": 3.9,
    "translated_chars": 244,
    "translated_chars_percent": 2.7,
    "fuzzy": 127,
    "fuzzy_percent": 58.2,
    "fuzzy_words": 578,
    "fuzzy_words_percent": 50.7,
    "fuzzy_chars": 4619,
    "fuzzy_chars_percent": 52.1,
    "failing": 72,
    "failing_percent": 33.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": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/tesseract-master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/tesseract-master/pl/"
}