Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "total_chars": 7588,
    "last_change": "2024-03-03T09:24:13.712255Z",
    "recent_changes": 1,
    "translated": 142,
    "translated_words": 524,
    "translated_percent": 47.1,
    "translated_words_percent": 47.5,
    "translated_chars": 3849,
    "translated_chars_percent": 50.7,
    "fuzzy": 71,
    "fuzzy_percent": 23.5,
    "fuzzy_words": 311,
    "fuzzy_words_percent": 28.1,
    "fuzzy_chars": 2081,
    "fuzzy_chars_percent": 27.4,
    "failing": 23,
    "failing_percent": 7.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": "uk",
    "name": "Ukrainian",
    "url": "https://l10n.opensuse.org/projects/snapper/master/uk/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/uk/"
}