Translation components API.

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

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

{
    "total": 145,
    "total_words": 656,
    "total_chars": 3962,
    "last_change": "2024-02-23T07:39:52.363020Z",
    "recent_changes": 0,
    "translated": 30,
    "translated_words": 83,
    "translated_percent": 20.6,
    "translated_words_percent": 12.6,
    "translated_chars": 427,
    "translated_chars_percent": 10.7,
    "fuzzy": 2,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 49,
    "fuzzy_chars_percent": 1.2,
    "failing": 1,
    "failing_percent": 0.6,
    "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": "ar",
    "name": "Arabic",
    "url": "https://hosted.weblate.org/projects/galette/auto-plugin/ar/",
    "translate_url": "https://hosted.weblate.org/translate/galette/auto-plugin/ar/"
}