Translation components API.

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

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

{
    "total": 91,
    "total_words": 1813,
    "last_change": "2024-06-14T21:18:33.555488Z",
    "recent_changes": 2,
    "translated": 37,
    "translated_words": 327,
    "translated_percent": 40.6,
    "translated_words_percent": 18.0,
    "translated_chars": 2289,
    "translated_chars_percent": 18.6,
    "total_chars": 12260,
    "fuzzy": 45,
    "fuzzy_percent": 49.4,
    "failing": 46,
    "failing_percent": 50.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/communityguidelines/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/communityguidelines/hr/"
}