Translation components API.

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

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

{
    "total": 1485,
    "total_words": 9117,
    "last_change": "2024-04-25T08:52:31.248173Z",
    "recent_changes": 1,
    "translated": 1173,
    "translated_words": 6620,
    "translated_percent": 78.9,
    "translated_words_percent": 72.6,
    "translated_chars": 38074,
    "translated_chars_percent": 72.5,
    "total_chars": 52503,
    "fuzzy": 48,
    "fuzzy_percent": 3.2,
    "failing": 59,
    "failing_percent": 3.9,
    "approved": 838,
    "approved_percent": 56.4,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 9,
    "comments": 5,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/ko/"
}