Translation components API.

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

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

{
    "total": 162,
    "total_words": 2955,
    "total_chars": 18996,
    "last_change": "2022-09-09T12:41:59.108472Z",
    "recent_changes": 0,
    "translated": 159,
    "translated_words": 2680,
    "translated_percent": 98.1,
    "translated_words_percent": 90.6,
    "translated_chars": 17117,
    "translated_chars_percent": 90.1,
    "fuzzy": 3,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 275,
    "fuzzy_words_percent": 9.3,
    "fuzzy_chars": 1879,
    "fuzzy_chars_percent": 9.8,
    "failing": 10,
    "failing_percent": 6.1,
    "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": "km",
    "name": "Khmer (Central)",
    "url": "https://l10n.opensuse.org/projects/yast-scanner/master/km/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-scanner/master/km/"
}