Languages API.

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

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

{
    "total": 77018,
    "total_words": 775362,
    "total_chars": 6799976,
    "last_change": "2024-04-23T19:03:38.370678Z",
    "recent_changes": 2358,
    "translated": 11126,
    "translated_words": 72213,
    "translated_percent": 14.4,
    "translated_words_percent": 9.3,
    "translated_chars": 1715506,
    "translated_chars_percent": 25.2,
    "fuzzy": 2980,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 16312,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 114070,
    "fuzzy_chars_percent": 1.6,
    "failing": 2374,
    "failing_percent": 3.0,
    "approved": 1509,
    "approved_percent": 1.9,
    "approved_words": 5836,
    "approved_words_percent": 0.7,
    "approved_chars": 37447,
    "approved_chars_percent": 0.5,
    "readonly": 292,
    "readonly_percent": 0.3,
    "readonly_words": 678,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4554,
    "readonly_chars_percent": 0.1,
    "suggestions": 138,
    "comments": 0,
    "name": "Lao",
    "url": "https://hosted.weblate.org/languages/lo/"
}