Languages API.

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

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

{
    "total": 8101,
    "total_words": 30068,
    "total_chars": 185629,
    "last_change": "2024-05-17T10:41:42.830900Z",
    "recent_changes": 4,
    "translated": 236,
    "translated_words": 421,
    "translated_percent": 2.9,
    "translated_words_percent": 1.4,
    "translated_chars": 2708,
    "translated_chars_percent": 1.4,
    "fuzzy": 37,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 199,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1207,
    "fuzzy_chars_percent": 0.6,
    "failing": 23,
    "failing_percent": 0.2,
    "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": 1,
    "comments": 0,
    "name": "Manx",
    "url": "https://hosted.weblate.org/languages/gv/"
}