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": 863,
    "total_words": 5781,
    "last_change": "2023-09-27T09:41:57.789761Z",
    "recent_changes": 3,
    "translated": 787,
    "translated_words": 5204,
    "translated_percent": 91.1,
    "translated_words_percent": 90.0,
    "translated_chars": 35879,
    "translated_chars_percent": 89.6,
    "total_chars": 40021,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 26,
    "failing_percent": 3.0,
    "approved": 10,
    "approved_percent": 1.1,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "https://weblate.ppc.lol/languages/ko/"
}