Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-01-31T11:00:12.254721Z",
    "recent_changes": 1,
    "translated": 1402,
    "translated_words": 8433,
    "translated_percent": 91.2,
    "translated_words_percent": 89.0,
    "translated_chars": 48469,
    "translated_chars_percent": 88.7,
    "total_chars": 54588,
    "fuzzy": 29,
    "fuzzy_percent": 1.8,
    "failing": 90,
    "failing_percent": 5.8,
    "approved": 692,
    "approved_percent": 45.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 44,
    "comments": 5,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/pt_BR/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/pt_BR/"
}