Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2024-12-02T11:39:34.327409Z",
    "recent_changes": 1,
    "translated": 327,
    "translated_words": 1134,
    "translated_percent": 23.3,
    "translated_words_percent": 13.4,
    "translated_chars": 6701,
    "translated_chars_percent": 14.0,
    "total_chars": 47641,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 490,
    "failing_percent": 35.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/hr/"
}