Translation components API.

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

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

{
    "total": 281,
    "total_words": 1518,
    "total_chars": 10006,
    "last_change": "2022-02-01T02:57:33.481785Z",
    "recent_changes": 0,
    "translated": 72,
    "translated_words": 119,
    "translated_percent": 25.6,
    "translated_words_percent": 7.8,
    "translated_chars": 904,
    "translated_chars_percent": 9.0,
    "fuzzy": 129,
    "fuzzy_percent": 45.9,
    "fuzzy_words": 487,
    "fuzzy_words_percent": 32.0,
    "fuzzy_chars": 3162,
    "fuzzy_chars_percent": 31.6,
    "failing": 20,
    "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": "tr",
    "name": "Turkish",
    "url": "https://l10n.opensuse.org/projects/yast-squid/master/tr/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-squid/master/tr/"
}