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": 4718,
    "total_words": 22633,
    "total_chars": 137458,
    "last_change": "2023-10-21T03:06:27.591034Z",
    "recent_changes": 128,
    "translated": 2726,
    "translated_words": 11135,
    "translated_percent": 57.7,
    "translated_words_percent": 49.1,
    "translated_chars": 67686,
    "translated_chars_percent": 49.2,
    "fuzzy": 1869,
    "fuzzy_percent": 39.6,
    "fuzzy_words": 10678,
    "fuzzy_words_percent": 47.1,
    "fuzzy_chars": 64749,
    "fuzzy_chars_percent": 47.1,
    "failing": 2148,
    "failing_percent": 45.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Galician",
    "url": "https://l10n.xwiki.org/languages/gl/"
}