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": 37768,
    "total_words": 280151,
    "total_chars": 1867900,
    "last_change": "2025-03-12T01:14:19.065589Z",
    "recent_changes": 17,
    "translated": 2881,
    "translated_words": 12886,
    "translated_percent": 7.6,
    "translated_words_percent": 4.5,
    "translated_chars": 83342,
    "translated_chars_percent": 4.4,
    "fuzzy": 479,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 2101,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 14403,
    "fuzzy_chars_percent": 0.7,
    "failing": 214,
    "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": 16,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 182,
    "readonly_chars_percent": 0.1,
    "suggestions": 2194,
    "comments": 0,
    "name": "Latvian",
    "url": "https://translate.fedoraproject.org/languages/lv/"
}