Translation components API.

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

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

{
    "total": 28,
    "total_words": 605,
    "last_change": "2022-05-11T09:06:11.501390Z",
    "recent_changes": 4,
    "translated": 12,
    "translated_words": 270,
    "translated_percent": 42.8,
    "translated_words_percent": 44.6,
    "translated_chars": 3944,
    "translated_chars_percent": 59.5,
    "total_chars": 6622,
    "fuzzy": 6,
    "fuzzy_percent": 21.4,
    "failing": 3,
    "failing_percent": 10.7,
    "approved": 11,
    "approved_percent": 39.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-root-master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-root-master/ko/"
}