Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/kk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5490,
    "total_words": 21087,
    "total_chars": 137184,
    "last_change": "2024-05-01T15:31:54.130810Z",
    "recent_changes": 7,
    "translated": 546,
    "translated_words": 2137,
    "translated_percent": 9.9,
    "translated_words_percent": 10.1,
    "translated_chars": 12615,
    "translated_chars_percent": 9.1,
    "fuzzy": 142,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 648,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 4261,
    "fuzzy_chars_percent": 3.1,
    "failing": 133,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.2,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 55,
    "comments": 0,
    "name": "Kazakh",
    "url": "https://l10n.elementary.io/languages/kk/"
}