Languages API.

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

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

{
    "total": 5266,
    "total_words": 33570,
    "total_chars": 220071,
    "last_change": "2023-10-21T03:06:42.607896Z",
    "recent_changes": 21,
    "translated": 4284,
    "translated_words": 20774,
    "translated_percent": 81.3,
    "translated_words_percent": 61.8,
    "translated_chars": 127663,
    "translated_chars_percent": 58.0,
    "fuzzy": 849,
    "fuzzy_percent": 16.1,
    "fuzzy_words": 11903,
    "fuzzy_words_percent": 35.4,
    "fuzzy_chars": 86854,
    "fuzzy_chars_percent": 39.4,
    "failing": 1311,
    "failing_percent": 24.8,
    "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.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 57,
    "comments": 0,
    "name": "Italian",
    "url": "https://l10n.xwiki.org/languages/it/"
}