Languages API.

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

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

{
    "total": 3300,
    "total_words": 17333,
    "total_chars": 109486,
    "last_change": "2025-07-06T21:08:34.303252Z",
    "recent_changes": 21,
    "translated": 297,
    "translated_words": 2462,
    "translated_percent": 9.0,
    "translated_words_percent": 14.2,
    "translated_chars": 14955,
    "translated_chars_percent": 13.6,
    "fuzzy": 13,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 142,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 846,
    "fuzzy_chars_percent": 0.7,
    "failing": 18,
    "failing_percent": 0.5,
    "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": "Portuguese",
    "url": "https://weblate.foundryvtt-hub.com/languages/pt/"
}