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": 4116,
    "total_words": 37061,
    "last_change": "2023-07-17T11:18:13.129369Z",
    "recent_changes": 2,
    "translated": 3326,
    "translated_words": 30004,
    "translated_percent": 80.8,
    "translated_words_percent": 80.9,
    "translated_chars": 182026,
    "translated_chars_percent": 81.2,
    "total_chars": 224133,
    "fuzzy": 328,
    "fuzzy_percent": 7.9,
    "failing": 3167,
    "failing_percent": 76.9,
    "approved": 81,
    "approved_percent": 1.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 30,
    "comments": 0,
    "name": "Latvian",
    "url": "https://traduk.amikumu.com/languages/lv/"
}