Translation components API.

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

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

{
    "total": 326,
    "total_words": 2166,
    "total_chars": 14435,
    "last_change": "2024-03-08T02:32:11.902224Z",
    "recent_changes": 1,
    "translated": 309,
    "translated_words": 2077,
    "translated_percent": 94.7,
    "translated_words_percent": 95.8,
    "translated_chars": 13901,
    "translated_chars_percent": 96.3,
    "fuzzy": 13,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 83,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 496,
    "fuzzy_chars_percent": 3.4,
    "failing": 16,
    "failing_percent": 4.9,
    "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": 5,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://l10n.opensuse.org/projects/yast-s390/master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-s390/master/ru/"
}