Translation components API.

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

GET /api/translations/uyuni/spacecmd-4-3/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1653,
    "total_words": 9532,
    "total_chars": 74337,
    "last_change": "2024-05-16T08:37:40.853036Z",
    "recent_changes": 0,
    "translated": 1653,
    "translated_words": 9532,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 74337,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 28,
    "approved_percent": 1.6,
    "approved_words": 740,
    "approved_words_percent": 7.7,
    "approved_chars": 5534,
    "approved_chars_percent": 7.4,
    "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": "ja",
    "name": "Japanese",
    "url": "https://l10n.opensuse.org/projects/uyuni/spacecmd-4-3/ja/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/spacecmd-4-3/ja/"
}