Languages API.

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

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

{
    "total": 31631,
    "total_words": 219669,
    "total_chars": 1403356,
    "last_change": "2025-07-23T14:16:44.597308Z",
    "recent_changes": 403,
    "translated": 25409,
    "translated_words": 185870,
    "translated_percent": 80.3,
    "translated_words_percent": 84.6,
    "translated_chars": 1191395,
    "translated_chars_percent": 84.8,
    "fuzzy": 1193,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 9364,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 56716,
    "fuzzy_chars_percent": 4.0,
    "failing": 1619,
    "failing_percent": 5.1,
    "approved": 341,
    "approved_percent": 1.0,
    "approved_words": 1586,
    "approved_words_percent": 0.7,
    "approved_chars": 9412,
    "approved_chars_percent": 0.6,
    "readonly": 113,
    "readonly_percent": 0.3,
    "readonly_words": 333,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2182,
    "readonly_chars_percent": 0.1,
    "suggestions": 1151,
    "comments": 2,
    "name": "French",
    "url": "https://weblate.foundryvtt-hub.com/languages/fr/"
}