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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2023-05-20T18:17:32.566088Z",
    "recent_changes": 558,
    "translated": 1138,
    "translated_words": 5944,
    "translated_percent": 11.4,
    "translated_words_percent": 10.7,
    "translated_chars": 38713,
    "translated_chars_percent": 10.8,
    "fuzzy": 31,
    "fuzzy_percent": 0.3,
    "failing": 21,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://weblate.rob006.net/languages/lt/"
}