Translation components API.

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

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

{
    "total": 145,
    "total_words": 667,
    "total_chars": 3962,
    "last_change": "2024-02-23T07:39:53.131674Z",
    "recent_changes": 0,
    "translated": 61,
    "translated_words": 227,
    "translated_percent": 42.0,
    "translated_words_percent": 34.0,
    "translated_chars": 1258,
    "translated_chars_percent": 31.7,
    "fuzzy": 17,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 139,
    "fuzzy_words_percent": 20.8,
    "fuzzy_chars": 962,
    "fuzzy_chars_percent": 24.2,
    "failing": 13,
    "failing_percent": 8.9,
    "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": 7,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/galette/auto-plugin/de/",
    "translate_url": "https://hosted.weblate.org/translate/galette/auto-plugin/de/"
}