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": 38131,
    "total_words": 649837,
    "last_change": "2025-01-24T13:44:42.304850Z",
    "recent_changes": 616,
    "translated": 11608,
    "translated_words": 222076,
    "translated_percent": 30.4,
    "translated_words_percent": 34.1,
    "translated_chars": 1490463,
    "translated_chars_percent": 33.2,
    "total_chars": 4476648,
    "fuzzy": 1729,
    "fuzzy_percent": 4.5,
    "failing": 935,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 80,
    "comments": 0,
    "name": "Korean",
    "url": "https://translate-dev.freebsd.org/languages/ko/"
}