Translation components API.

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

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

{
    "total": 957,
    "total_words": 9769,
    "total_chars": 61180,
    "last_change": "2024-05-09T02:32:46.451080Z",
    "recent_changes": 0,
    "translated": 52,
    "translated_words": 167,
    "translated_percent": 5.4,
    "translated_words_percent": 1.7,
    "translated_chars": 1079,
    "translated_chars_percent": 1.7,
    "fuzzy": 511,
    "fuzzy_percent": 53.3,
    "fuzzy_words": 3134,
    "fuzzy_words_percent": 32.0,
    "fuzzy_chars": 19260,
    "fuzzy_chars_percent": 31.4,
    "failing": 285,
    "failing_percent": 29.7,
    "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": "af",
    "name": "Afrikaans",
    "url": "https://l10n.opensuse.org/projects/yast-storage/master/af/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-storage/master/af/"
}