Translation components API.

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

GET /api/translations/exaile/master/ie/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1121,
    "total_words": 4598,
    "total_chars": 29370,
    "last_change": "2023-07-10T20:08:43.464779Z",
    "recent_changes": 0,
    "translated": 858,
    "translated_words": 2325,
    "translated_percent": 76.5,
    "translated_words_percent": 50.5,
    "translated_chars": 14812,
    "translated_chars_percent": 50.4,
    "fuzzy": 22,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 62,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 491,
    "fuzzy_chars_percent": 1.6,
    "failing": 9,
    "failing_percent": 0.8,
    "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": "ie",
    "name": "Occidental",
    "url": "https://hosted.weblate.org/projects/exaile/master/ie/",
    "translate_url": "https://hosted.weblate.org/translate/exaile/master/ie/"
}