Languages API.

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

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

{
    "total": 5491,
    "total_words": 21095,
    "total_chars": 137200,
    "last_change": "2024-05-01T01:40:00.760632Z",
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 84,
    "translated_percent": 1.0,
    "translated_words_percent": 0.3,
    "translated_chars": 546,
    "translated_chars_percent": 0.3,
    "fuzzy": 14,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 103,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 680,
    "fuzzy_chars_percent": 0.4,
    "failing": 7,
    "failing_percent": 0.1,
    "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": 3,
    "comments": 0,
    "name": "Kyrgyz",
    "url": "https://l10n.elementary.io/languages/ky/"
}