Translation components API.

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

GET /api/translations/pdfcreator-online/frontend/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2022-10-19T08:12:42.757959Z",
    "recent_changes": 74,
    "translated": 70,
    "translated_words": 1304,
    "translated_percent": 9.1,
    "translated_words_percent": 15.1,
    "translated_chars": 6834,
    "translated_chars_percent": 14.0,
    "total_chars": 48643,
    "fuzzy": 24,
    "fuzzy_percent": 3.1,
    "failing": 6,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/zh_Hans/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/zh_Hans/"
}