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": 1850,
    "total_words": 17709,
    "total_chars": 114831,
    "last_change": "2025-04-03T10:49:45.096551Z",
    "recent_changes": 21,
    "translated": 1759,
    "translated_words": 16415,
    "translated_percent": 95.0,
    "translated_words_percent": 92.6,
    "translated_chars": 106252,
    "translated_chars_percent": 92.5,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 104,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 695,
    "fuzzy_chars_percent": 0.6,
    "failing": 7,
    "failing_percent": 0.3,
    "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": 5,
    "name": "Galician",
    "url": "https://translate.yunohost.org/languages/gl/"
}