Translation components API.

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

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

{
    "total": 696,
    "total_words": 4065,
    "total_chars": 27666,
    "last_change": "2024-05-06T15:15:29.345802Z",
    "recent_changes": 15,
    "translated": 622,
    "translated_words": 3553,
    "translated_percent": 89.3,
    "translated_words_percent": 87.4,
    "translated_chars": 24218,
    "translated_chars_percent": 87.5,
    "fuzzy": 36,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 213,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 1424,
    "fuzzy_chars_percent": 5.1,
    "failing": 5,
    "failing_percent": 0.7,
    "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": "nl",
    "name": "Dutch",
    "url": "https://hosted.weblate.org/projects/weblate/website/nl/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/nl/"
}