Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/tlh/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15685,
    "total_words": 115835,
    "total_chars": 839248,
    "last_change": "2024-05-07T12:04:43.715736Z",
    "recent_changes": 13,
    "translated": 659,
    "translated_words": 761,
    "translated_percent": 4.2,
    "translated_words_percent": 0.6,
    "translated_chars": 11163,
    "translated_chars_percent": 1.3,
    "fuzzy": 2087,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 8926,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 68144,
    "fuzzy_chars_percent": 8.1,
    "failing": 825,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 594,
    "readonly_percent": 3.7,
    "readonly_words": 599,
    "readonly_words_percent": 0.5,
    "readonly_chars": 10203,
    "readonly_chars_percent": 1.2,
    "suggestions": 1,
    "comments": 2,
    "name": "Klingon",
    "url": "https://hosted.weblate.org/languages/tlh/"
}