Languages API.

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

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

{
    "total": 374674,
    "total_words": 2839743,
    "total_chars": 18611391,
    "last_change": "2024-04-26T07:20:38.444100Z",
    "recent_changes": 3043,
    "translated": 143130,
    "translated_words": 603757,
    "translated_percent": 38.2,
    "translated_words_percent": 21.2,
    "translated_chars": 3842615,
    "translated_chars_percent": 20.6,
    "fuzzy": 38346,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 185556,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 1226283,
    "fuzzy_chars_percent": 6.5,
    "failing": 18289,
    "failing_percent": 4.8,
    "approved": 611,
    "approved_percent": 0.1,
    "approved_words": 1718,
    "approved_words_percent": 0.1,
    "approved_chars": 10536,
    "approved_chars_percent": 0.1,
    "readonly": 4471,
    "readonly_percent": 1.1,
    "readonly_words": 21455,
    "readonly_words_percent": 0.7,
    "readonly_chars": 166906,
    "readonly_chars_percent": 0.8,
    "suggestions": 1520,
    "comments": 6,
    "name": "Lithuanian",
    "url": "https://hosted.weblate.org/languages/lt/"
}