Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2025-02-13T10:03:30.203554Z",
    "recent_changes": 3,
    "translated": 50,
    "translated_words": 756,
    "translated_percent": 54.9,
    "translated_words_percent": 41.6,
    "translated_chars": 4921,
    "translated_chars_percent": 40.1,
    "total_chars": 12260,
    "fuzzy": 41,
    "fuzzy_percent": 45.0,
    "failing": 46,
    "failing_percent": 50.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/communityguidelines/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/ko/"
}