Languages API.

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

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

{
    "total": 1182,
    "total_words": 5120,
    "total_chars": 31173,
    "last_change": "2025-07-07T17:36:51.783033Z",
    "recent_changes": 4,
    "translated": 539,
    "translated_words": 1631,
    "translated_percent": 45.6,
    "translated_words_percent": 31.8,
    "translated_chars": 9938,
    "translated_chars_percent": 31.8,
    "fuzzy": 20,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 124,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 745,
    "fuzzy_chars_percent": 2.3,
    "failing": 18,
    "failing_percent": 1.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": "Galician",
    "url": "https://weblate.foundryvtt-hub.com/languages/gl/"
}