Translation components API.

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

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

{
    "total": 504,
    "total_words": 3050,
    "total_chars": 20325,
    "last_change": "2023-12-29T02:33:15.753622Z",
    "recent_changes": 0,
    "translated": 22,
    "translated_words": 32,
    "translated_percent": 4.3,
    "translated_words_percent": 1.0,
    "translated_chars": 189,
    "translated_chars_percent": 0.9,
    "fuzzy": 33,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 123,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 813,
    "fuzzy_chars_percent": 4.0,
    "failing": 13,
    "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": 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": "be",
    "name": "Belarusian",
    "url": "https://l10n.opensuse.org/projects/yast-autoinst/master/be/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-autoinst/master/be/"
}