Translation components API.

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

GET /api/translations/setroubleshoot/rhel9setroubleshoot/nb_NO/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-06-08T06:23:26.849842Z",
    "recent_changes": 0,
    "translated": 31,
    "translated_words": 80,
    "translated_percent": 18.4,
    "translated_words_percent": 12.2,
    "translated_chars": 463,
    "translated_chars_percent": 11.3,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 27,
    "fuzzy_chars_percent": 0.6,
    "failing": 1,
    "failing_percent": 0.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": 23,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/setroubleshoot/rhel9setroubleshoot/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/setroubleshoot/rhel9setroubleshoot/nb_NO/"
}