Translation components API.

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

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

{
    "total": 1485,
    "total_words": 9119,
    "last_change": "2024-04-25T08:52:21.819568Z",
    "recent_changes": 1,
    "translated": 965,
    "translated_words": 5390,
    "translated_percent": 64.9,
    "translated_words_percent": 59.1,
    "translated_chars": 30848,
    "translated_chars_percent": 58.7,
    "total_chars": 52503,
    "fuzzy": 41,
    "fuzzy_percent": 2.7,
    "failing": 87,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 13,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/en_GB/"
}