Translation components API.

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

GET /api/translations/packages-i18n/l-master/pl/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": "2023-03-12T21:46:00.490426Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 9,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 52,
    "translated_chars_percent": 0.1,
    "fuzzy": 358,
    "fuzzy_percent": 24.5,
    "fuzzy_words": 2337,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 16999,
    "fuzzy_chars_percent": 10.3,
    "failing": 114,
    "failing_percent": 7.8,
    "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/l-master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/l-master/pl/"
}