Translation components API.

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

GET /api/translations/swiftfin/swiftfin/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 292,
    "total_words": 621,
    "total_chars": 3707,
    "last_change": "2024-04-27T10:47:46.743871Z",
    "recent_changes": 56,
    "translated": 288,
    "translated_words": 608,
    "translated_percent": 98.6,
    "translated_words_percent": 97.9,
    "translated_chars": 3621,
    "translated_chars_percent": 97.6,
    "fuzzy": 4,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 86,
    "fuzzy_chars_percent": 2.3,
    "failing": 2,
    "failing_percent": 0.6,
    "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": 1,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.jellyfin.org/projects/swiftfin/swiftfin/cs/",
    "translate_url": "https://translate.jellyfin.org/translate/swiftfin/swiftfin/cs/"
}