Translation components API.

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

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

{
    "total": 183,
    "total_words": 1389,
    "total_chars": 9106,
    "last_change": "2024-05-16T08:28:45.285016Z",
    "recent_changes": 0,
    "translated": 101,
    "translated_words": 754,
    "translated_percent": 55.1,
    "translated_words_percent": 54.2,
    "translated_chars": 4671,
    "translated_chars_percent": 51.2,
    "fuzzy": 80,
    "fuzzy_percent": 43.7,
    "fuzzy_words": 618,
    "fuzzy_words_percent": 44.4,
    "fuzzy_chars": 4326,
    "fuzzy_chars_percent": 47.5,
    "failing": 36,
    "failing_percent": 19.6,
    "approved": 101,
    "approved_percent": 55.1,
    "approved_words": 754,
    "approved_words_percent": 54.2,
    "approved_chars": 4671,
    "approved_chars_percent": 51.2,
    "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/uyuni-tools-shared/ja/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/uyuni-tools-shared/ja/"
}