Translation components API.

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

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

{
    "total": 751,
    "total_words": 2528,
    "total_chars": 16448,
    "last_change": "2024-04-30T17:32:43.420252Z",
    "recent_changes": 0,
    "translated": 597,
    "translated_words": 1624,
    "translated_percent": 79.4,
    "translated_words_percent": 64.2,
    "translated_chars": 10839,
    "translated_chars_percent": 65.8,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 25,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 143,
    "fuzzy_chars_percent": 0.8,
    "failing": 20,
    "failing_percent": 2.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": 12,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://hosted.weblate.org/projects/fluidd/fluidd/uk/",
    "translate_url": "https://hosted.weblate.org/translate/fluidd/fluidd/uk/"
}