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": 110197,
    "total_words": 1231382,
    "last_change": "2024-04-17T13:09:43.553041Z",
    "recent_changes": 3464,
    "translated": 76847,
    "translated_words": 716427,
    "translated_percent": 69.7,
    "translated_words_percent": 58.1,
    "translated_chars": 5125359,
    "translated_chars_percent": 57.2,
    "total_chars": 8955401,
    "fuzzy": 7220,
    "fuzzy_percent": 6.5,
    "failing": 6866,
    "failing_percent": 6.2,
    "approved": 10900,
    "approved_percent": 9.8,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 133,
    "comments": 10,
    "name": "Korean",
    "url": "https://l10n.opensuse.org/languages/ko/"
}