Languages API.

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

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

{
    "total": 922,
    "total_words": 6120,
    "last_change": "2023-09-27T09:41:57.789761Z",
    "recent_changes": 3,
    "translated": 785,
    "translated_words": 5187,
    "translated_percent": 85.1,
    "translated_words_percent": 84.7,
    "translated_chars": 35784,
    "translated_chars_percent": 85.6,
    "total_chars": 41761,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 26,
    "failing_percent": 2.8,
    "approved": 10,
    "approved_percent": 1.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "https://weblate.ppc.lol/languages/ko/"
}