Translation components API.

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

GET /api/translations/setroubleshoot/setroubleshoot/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 168,
    "total_words": 653,
    "total_chars": 4080,
    "last_change": "2022-09-07T12:43:46.779306Z",
    "recent_changes": 0,
    "translated": 158,
    "translated_words": 579,
    "translated_percent": 94.0,
    "translated_words_percent": 88.6,
    "translated_chars": 3661,
    "translated_chars_percent": 89.7,
    "fuzzy": 2,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 49,
    "fuzzy_chars_percent": 1.2,
    "failing": 6,
    "failing_percent": 3.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": "cs",
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/projects/setroubleshoot/setroubleshoot/cs/",
    "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/setroubleshoot/cs/"
}