Translation components API.

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

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

{
    "total": 2769,
    "total_words": 41431,
    "last_change": "2024-04-29T10:53:44.221098Z",
    "recent_changes": 3,
    "translated": 2495,
    "translated_words": 37828,
    "translated_percent": 90.1,
    "translated_words_percent": 91.3,
    "translated_chars": 280004,
    "translated_chars_percent": 91.2,
    "total_chars": 306901,
    "fuzzy": 184,
    "fuzzy_percent": 6.6,
    "failing": 562,
    "failing_percent": 20.2,
    "approved": 127,
    "approved_percent": 4.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-administration-master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-administration-master/ko/"
}