Translation components API.

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

GET /api/translations/habitica-android/main-strings/it/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:28.213707Z",
    "recent_changes": 1,
    "translated": 1167,
    "translated_words": 6565,
    "translated_percent": 78.5,
    "translated_words_percent": 71.9,
    "translated_chars": 37707,
    "translated_chars_percent": 71.8,
    "total_chars": 52503,
    "fuzzy": 43,
    "fuzzy_percent": 2.8,
    "failing": 49,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 53,
    "comments": 25,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/it/"
}