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": 283634,
    "total_words": 2397676,
    "total_chars": 19019331,
    "last_change": "2022-11-13T19:52:35.005815Z",
    "recent_changes": 68,
    "translated": 133754,
    "translated_words": 413002,
    "translated_percent": 47.1,
    "translated_words_percent": 17.2,
    "translated_chars": 3102703,
    "translated_chars_percent": 16.3,
    "fuzzy": 150,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 944,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 5436,
    "fuzzy_chars_percent": 0.1,
    "failing": 1260,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 15,
    "comments": 0,
    "name": "Latvian",
    "url": "https://translations.documentfoundation.org/languages/lv/"
}