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": 677,
    "total_words": 4340,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:01:50.453395Z",
    "recent_changes": 2,
    "translated": 546,
    "translated_words": 1825,
    "translated_percent": 80.6,
    "translated_words_percent": 42.0,
    "translated_chars": 11056,
    "translated_chars_percent": 42.3,
    "fuzzy": 10,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 59,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 352,
    "fuzzy_chars_percent": 1.3,
    "failing": 5,
    "failing_percent": 0.7,
    "approved": 86,
    "approved_percent": 12.7,
    "approved_words": 139,
    "approved_words_percent": 3.2,
    "approved_chars": 810,
    "approved_chars_percent": 3.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 3,
    "name": "Latvian",
    "url": "https://weblate.tusky.app/languages/lv/"
}