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": 7076,
    "total_words": 32385,
    "total_chars": 212802,
    "last_change": "2024-04-17T19:40:16.011678Z",
    "recent_changes": 499,
    "translated": 5214,
    "translated_words": 18772,
    "translated_percent": 73.6,
    "translated_words_percent": 57.9,
    "translated_chars": 123576,
    "translated_chars_percent": 58.0,
    "fuzzy": 344,
    "fuzzy_percent": 4.8,
    "failing": 152,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 62,
    "comments": 0,
    "name": "Korean",
    "url": "https://l10n.elementary.io/languages/ko/"
}