Translation components API.

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

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

{
    "total": 82,
    "total_words": 434,
    "total_chars": 3133,
    "last_change": "2022-02-01T03:06:57.064592Z",
    "recent_changes": 0,
    "translated": 19,
    "translated_words": 43,
    "translated_percent": 23.1,
    "translated_words_percent": 9.9,
    "translated_chars": 271,
    "translated_chars_percent": 8.6,
    "fuzzy": 47,
    "fuzzy_percent": 57.3,
    "fuzzy_words": 174,
    "fuzzy_words_percent": 40.0,
    "fuzzy_chars": 1238,
    "fuzzy_chars_percent": 39.5,
    "failing": 7,
    "failing_percent": 8.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/yast-crowbar/master/th/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-crowbar/master/th/"
}