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": 16826,
    "total_words": 77713,
    "total_chars": 481723,
    "last_change": "2024-04-28T03:19:28.390771Z",
    "recent_changes": 91,
    "translated": 815,
    "translated_words": 2086,
    "translated_percent": 4.8,
    "translated_words_percent": 2.6,
    "translated_chars": 13027,
    "translated_chars_percent": 2.7,
    "fuzzy": 179,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 642,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 4047,
    "fuzzy_chars_percent": 0.8,
    "failing": 69,
    "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": 51,
    "readonly_percent": 0.3,
    "readonly_words": 51,
    "readonly_words_percent": 0.1,
    "readonly_chars": 393,
    "readonly_chars_percent": 0.1,
    "suggestions": 25,
    "comments": 2,
    "name": "Latin",
    "url": "https://hosted.weblate.org/languages/la/"
}