Translation components API.

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

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

{
    "total": 153,
    "total_words": 1586,
    "total_chars": 10412,
    "last_change": "2022-02-01T02:43:01.452847Z",
    "recent_changes": 0,
    "translated": 143,
    "translated_words": 1508,
    "translated_percent": 93.4,
    "translated_words_percent": 95.0,
    "translated_chars": 9928,
    "translated_chars_percent": 95.3,
    "fuzzy": 7,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 352,
    "fuzzy_chars_percent": 3.3,
    "failing": 11,
    "failing_percent": 7.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-audit-laf/master/km/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-audit-laf/master/km/"
}