Translation components API.

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

GET /api/translations/world-weather/strings/cy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 158,
    "total_words": 491,
    "total_chars": 3773,
    "last_change": "2023-04-14T15:54:44.197851Z",
    "recent_changes": 102,
    "translated": 121,
    "translated_words": 261,
    "translated_percent": 76.5,
    "translated_words_percent": 53.1,
    "translated_chars": 2320,
    "translated_chars_percent": 61.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 102,
    "fuzzy_chars_percent": 2.7,
    "failing": 4,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 22,
    "readonly_percent": 13.9,
    "readonly_words": 34,
    "readonly_words_percent": 6.9,
    "readonly_chars": 864,
    "readonly_chars_percent": 22.8,
    "suggestions": 0,
    "comments": 0,
    "code": "cy",
    "name": "Welsh",
    "url": "https://hosted.weblate.org/projects/world-weather/strings/cy/",
    "translate_url": "https://hosted.weblate.org/translate/world-weather/strings/cy/"
}