Translation components API.

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

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

{
    "total": 1352,
    "total_words": 8074,
    "last_change": "2024-06-18T18:00:16.003949Z",
    "recent_changes": 1,
    "translated": 438,
    "translated_words": 1563,
    "translated_percent": 32.3,
    "translated_words_percent": 19.3,
    "translated_chars": 8926,
    "translated_chars_percent": 19.6,
    "total_chars": 45470,
    "fuzzy": 21,
    "fuzzy_percent": 1.5,
    "failing": 17,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/bg/"
}