Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-07-01T20:53:10.109107Z",
    "recent_changes": 1,
    "translated": 1706,
    "translated_words": 20445,
    "translated_percent": 51.4,
    "translated_words_percent": 46.3,
    "translated_chars": 124368,
    "translated_chars_percent": 46.7,
    "total_chars": 266080,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 20,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/gear/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/hr/"
}