Translation components API.

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

GET /api/translations/galette/auto-plugin/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 145,
    "total_words": 669,
    "total_chars": 3962,
    "last_change": "2024-06-23T22:09:09.534646Z",
    "recent_changes": 0,
    "translated": 120,
    "translated_words": 524,
    "translated_percent": 82.7,
    "translated_words_percent": 78.3,
    "translated_chars": 3029,
    "translated_chars_percent": 76.4,
    "fuzzy": 14,
    "fuzzy_percent": 9.6,
    "fuzzy_words": 86,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 598,
    "fuzzy_chars_percent": 15.0,
    "failing": 6,
    "failing_percent": 4.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://hosted.weblate.org/projects/galette/auto-plugin/it/",
    "translate_url": "https://hosted.weblate.org/translate/galette/auto-plugin/it/"
}