Languages API.

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

GET /api/languages/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 285,
    "total_words": 1321,
    "total_chars": 7649,
    "last_change": "2024-10-06T21:43:05.443402Z",
    "recent_changes": 0,
    "translated": 263,
    "translated_words": 1178,
    "translated_percent": 92.2,
    "translated_words_percent": 89.1,
    "translated_chars": 6847,
    "translated_chars_percent": 89.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 159,
    "fuzzy_chars_percent": 2.0,
    "failing": 15,
    "failing_percent": 5.2,
    "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": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://weblate.foundryvtt-hub.com/languages/hu/"
}