Translation components API.

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

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

{
    "total": 9358,
    "total_words": 85843,
    "total_chars": 643727,
    "last_change": "2024-06-18T12:55:19.161291Z",
    "recent_changes": 6,
    "translated": 3520,
    "translated_words": 18381,
    "translated_percent": 37.6,
    "translated_words_percent": 21.4,
    "translated_chars": 145038,
    "translated_chars_percent": 22.5,
    "fuzzy": 1434,
    "fuzzy_percent": 15.3,
    "fuzzy_words": 8626,
    "fuzzy_words_percent": 10.0,
    "fuzzy_chars": 78262,
    "fuzzy_chars_percent": 12.1,
    "failing": 480,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 569,
    "readonly_percent": 6.0,
    "readonly_words": 569,
    "readonly_words_percent": 0.6,
    "readonly_chars": 10032,
    "readonly_chars_percent": 1.5,
    "suggestions": 2,
    "comments": 2,
    "code": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/weblate/documentation/fr/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/documentation/fr/"
}