Translation components API.

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

GET /api/translations/setroubleshoot/rhel9setroubleshoot/de/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": "2023-02-28T17:19:47.100510Z",
    "recent_changes": 1,
    "translated": 164,
    "translated_words": 625,
    "translated_percent": 97.6,
    "translated_words_percent": 95.7,
    "translated_chars": 3915,
    "translated_chars_percent": 95.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 27,
    "fuzzy_chars_percent": 0.6,
    "failing": 14,
    "failing_percent": 8.3,
    "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": 1,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/setroubleshoot/rhel9setroubleshoot/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/rhel9setroubleshoot/de/"
}