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": 11469,
    "total_words": 118450,
    "last_change": "2024-05-06T14:50:55.854319Z",
    "recent_changes": 291,
    "translated": 7146,
    "translated_words": 65799,
    "translated_percent": 62.3,
    "translated_words_percent": 55.5,
    "translated_chars": 394789,
    "translated_chars_percent": 55.5,
    "total_chars": 710585,
    "fuzzy": 300,
    "fuzzy_percent": 2.6,
    "failing": 2684,
    "failing_percent": 23.4,
    "approved": 917,
    "approved_percent": 7.9,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 63,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.habitica.com/languages/ko/"
}