Translation components API.

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

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

{
    "total": 1419,
    "total_words": 6005,
    "last_change": "2024-03-19T01:34:32.860000Z",
    "recent_changes": 7,
    "translated": 1334,
    "translated_words": 5682,
    "translated_percent": 94.0,
    "translated_words_percent": 94.6,
    "translated_chars": 36400,
    "translated_chars_percent": 94.3,
    "total_chars": 38565,
    "fuzzy": 59,
    "fuzzy_percent": 4.1,
    "failing": 18,
    "failing_percent": 1.2,
    "approved": 587,
    "approved_percent": 41.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/uyuni/web/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/web/ko/"
}