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": 737497,
    "total_words": 6453892,
    "total_chars": 42242641,
    "last_change": "2024-04-25T01:30:38.768541Z",
    "recent_changes": 7543,
    "translated": 421820,
    "translated_words": 2481787,
    "translated_percent": 57.1,
    "translated_words_percent": 38.4,
    "translated_chars": 15981746,
    "translated_chars_percent": 37.8,
    "fuzzy": 30542,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 232817,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1533486,
    "fuzzy_chars_percent": 3.6,
    "failing": 14151,
    "failing_percent": 1.9,
    "approved": 10807,
    "approved_percent": 1.4,
    "approved_words": 68008,
    "approved_words_percent": 1.0,
    "approved_chars": 429575,
    "approved_chars_percent": 1.0,
    "readonly": 17201,
    "readonly_percent": 2.3,
    "readonly_words": 78673,
    "readonly_words_percent": 1.2,
    "readonly_chars": 336102,
    "readonly_chars_percent": 0.7,
    "suggestions": 9036,
    "comments": 161,
    "name": "Ukrainian",
    "url": "https://hosted.weblate.org/languages/uk/"
}