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": 34810,
    "total_words": 261416,
    "total_chars": 1749163,
    "last_change": "2024-04-28T02:49:18.621619Z",
    "recent_changes": 28,
    "translated": 2668,
    "translated_words": 11916,
    "translated_percent": 7.6,
    "translated_words_percent": 4.5,
    "translated_chars": 76908,
    "translated_chars_percent": 4.3,
    "fuzzy": 429,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1889,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 12998,
    "fuzzy_chars_percent": 0.7,
    "failing": 197,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 179,
    "readonly_chars_percent": 0.1,
    "suggestions": 1903,
    "comments": 0,
    "name": "Latvian",
    "url": "https://translate.fedoraproject.org/languages/lv/"
}