Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2025-03-18T10:45:57.078347Z",
    "recent_changes": 3,
    "translated": 1359,
    "translated_words": 8007,
    "translated_percent": 97.1,
    "translated_words_percent": 94.8,
    "translated_chars": 44995,
    "translated_chars_percent": 94.4,
    "total_chars": 47641,
    "fuzzy": 12,
    "fuzzy_percent": 0.8,
    "failing": 12,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/ja/"
}