Languages API.

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

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

{
    "total": 8948,
    "total_words": 38225,
    "total_chars": 237473,
    "last_change": "2024-05-17T10:41:53.485580Z",
    "recent_changes": 98,
    "translated": 18,
    "translated_words": 48,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 306,
    "translated_chars_percent": 0.1,
    "fuzzy": 103,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 142,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 971,
    "fuzzy_chars_percent": 0.4,
    "failing": 101,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 61,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Greenlandic",
    "url": "https://hosted.weblate.org/languages/kl/"
}