Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-03-03T13:47:28.932405Z",
    "recent_changes": 1,
    "translated": 615,
    "translated_words": 2738,
    "translated_percent": 40.0,
    "translated_words_percent": 28.9,
    "translated_chars": 15750,
    "translated_chars_percent": 28.8,
    "total_chars": 54588,
    "fuzzy": 65,
    "fuzzy_percent": 4.2,
    "failing": 54,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/bg/"
}