Translation components API.

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

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

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2024-03-19T02:41:32.971477Z",
    "recent_changes": 1,
    "translated": 217,
    "translated_words": 873,
    "translated_percent": 80.6,
    "translated_words_percent": 72.2,
    "translated_chars": 5560,
    "translated_chars_percent": 72.0,
    "fuzzy": 19,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 95,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 658,
    "fuzzy_chars_percent": 8.5,
    "failing": 7,
    "failing_percent": 2.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": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/ko/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/ko/"
}