Languages API.

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

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

{
    "total": 8868,
    "total_words": 52578,
    "total_chars": 334445,
    "last_change": "2024-01-09T03:05:21.829840Z",
    "recent_changes": 1114,
    "translated": 8424,
    "translated_words": 44806,
    "translated_percent": 94.9,
    "translated_words_percent": 85.2,
    "translated_chars": 272765,
    "translated_chars_percent": 81.5,
    "fuzzy": 54,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 5740,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 49243,
    "fuzzy_chars_percent": 14.7,
    "failing": 106,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.4,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 219,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Spanish",
    "url": "https://l10n.xwiki.org/languages/es/"
}