Translation components API.

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

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

{
    "total": 123,
    "total_words": 841,
    "total_chars": 6392,
    "last_change": "2022-08-03T02:36:23.516502Z",
    "recent_changes": 0,
    "translated": 24,
    "translated_words": 84,
    "translated_percent": 19.5,
    "translated_words_percent": 9.9,
    "translated_chars": 657,
    "translated_chars_percent": 10.2,
    "fuzzy": 69,
    "fuzzy_percent": 56.0,
    "fuzzy_words": 280,
    "fuzzy_words_percent": 33.2,
    "fuzzy_chars": 2346,
    "fuzzy_chars_percent": 36.7,
    "failing": 12,
    "failing_percent": 9.7,
    "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": "af",
    "name": "Afrikaans",
    "url": "https://l10n.opensuse.org/projects/yast-fcoe-client/master/af/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-fcoe-client/master/af/"
}