Translation components API.

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

GET /api/translations/snapper/master/th/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-02-26T11:53:28.539313Z",
    "recent_changes": 0,
    "translated": 6,
    "translated_words": 6,
    "translated_percent": 1.9,
    "translated_words_percent": 0.5,
    "translated_chars": 34,
    "translated_chars_percent": 0.4,
    "fuzzy": 112,
    "fuzzy_percent": 37.2,
    "fuzzy_words": 386,
    "fuzzy_words_percent": 34.9,
    "fuzzy_chars": 2685,
    "fuzzy_chars_percent": 35.3,
    "failing": 62,
    "failing_percent": 20.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": "th",
    "name": "Thai",
    "url": "https://l10n.opensuse.org/projects/snapper/master/th/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/th/"
}