Languages API.

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

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

{
    "total": 284018,
    "total_words": 2398663,
    "total_chars": 19025448,
    "last_change": "2024-05-03T19:44:07.854219Z",
    "recent_changes": 1236,
    "translated": 203176,
    "translated_words": 1401805,
    "translated_percent": 71.5,
    "translated_words_percent": 58.4,
    "translated_chars": 10570213,
    "translated_chars_percent": 55.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 920,
    "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": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 5,
    "name": "Ukrainian",
    "url": "https://translations.documentfoundation.org/languages/uk/"
}