Translation components API.

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

GET /api/translations/habitica/faq/ja/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:15.180617Z",
    "recent_changes": 2,
    "translated": 185,
    "translated_words": 5748,
    "translated_percent": 75.5,
    "translated_words_percent": 76.6,
    "translated_chars": 33757,
    "translated_chars_percent": 76.5,
    "total_chars": 44104,
    "fuzzy": 3,
    "fuzzy_percent": 1.2,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica/faq/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/ja/"
}