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": 2571,
    "total_words": 30582,
    "last_change": "2023-07-17T11:18:13.048295Z",
    "recent_changes": 42,
    "translated": 2031,
    "translated_words": 24560,
    "translated_percent": 78.9,
    "translated_words_percent": 80.3,
    "translated_chars": 148743,
    "translated_chars_percent": 80.5,
    "total_chars": 184587,
    "fuzzy": 147,
    "fuzzy_percent": 5.7,
    "failing": 1529,
    "failing_percent": 59.4,
    "approved": 331,
    "approved_percent": 12.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://traduk.amikumu.com/languages/lt/"
}