Languages API.

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

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

{
    "total": 3086,
    "total_words": 15164,
    "total_chars": 97181,
    "last_change": "2024-04-23T19:24:55.835642Z",
    "recent_changes": 13,
    "translated": 54,
    "translated_words": 96,
    "translated_percent": 1.7,
    "translated_words_percent": 0.6,
    "translated_chars": 557,
    "translated_chars_percent": 0.5,
    "fuzzy": 135,
    "fuzzy_percent": 4.3,
    "failing": 110,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Latin",
    "url": "https://translate.edugit.org/languages/la/"
}