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": 9422,
    "total_words": 68141,
    "total_chars": 413810,
    "last_change": "2025-04-18T10:57:46.542540Z",
    "recent_changes": 10,
    "translated": 6731,
    "translated_words": 45539,
    "translated_percent": 71.4,
    "translated_words_percent": 66.8,
    "translated_chars": 275850,
    "translated_chars_percent": 66.6,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 67,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 345,
    "fuzzy_chars_percent": 0.1,
    "failing": 606,
    "failing_percent": 6.4,
    "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://translation.chamilo.org/languages/gl/"
}