Languages API.

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

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

{
    "total": 301053,
    "total_words": 2649702,
    "total_chars": 17586637,
    "last_change": "2024-04-20T10:41:34.434157Z",
    "recent_changes": 2013,
    "translated": 82071,
    "translated_words": 354297,
    "translated_percent": 27.2,
    "translated_words_percent": 13.3,
    "translated_chars": 2296268,
    "translated_chars_percent": 13.0,
    "fuzzy": 32646,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 127967,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 831664,
    "fuzzy_chars_percent": 4.7,
    "failing": 16555,
    "failing_percent": 5.4,
    "approved": 809,
    "approved_percent": 0.2,
    "approved_words": 4037,
    "approved_words_percent": 0.1,
    "approved_chars": 24449,
    "approved_chars_percent": 0.1,
    "readonly": 3189,
    "readonly_percent": 1.0,
    "readonly_words": 3816,
    "readonly_words_percent": 0.1,
    "readonly_chars": 56540,
    "readonly_chars_percent": 0.3,
    "suggestions": 1080,
    "comments": 6,
    "name": "Latvian",
    "url": "https://hosted.weblate.org/languages/lv/"
}