Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2025-02-08T05:52:21.457728Z",
    "recent_changes": 2,
    "translated": 130,
    "translated_words": 3984,
    "translated_percent": 53.0,
    "translated_words_percent": 53.1,
    "translated_chars": 23455,
    "translated_chars_percent": 53.1,
    "total_chars": 44104,
    "fuzzy": 12,
    "fuzzy_percent": 4.8,
    "failing": 12,
    "failing_percent": 4.8,
    "approved": 6,
    "approved_percent": 2.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.habitica.com/projects/habitica/faq/uk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/uk/"
}