Languages API.

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

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

{
    "total": 1401,
    "total_words": 10397,
    "total_chars": 66127,
    "last_change": "2024-02-05T15:29:57.369417Z",
    "recent_changes": 4,
    "translated": 142,
    "translated_words": 729,
    "translated_percent": 10.1,
    "translated_words_percent": 7.0,
    "translated_chars": 4809,
    "translated_chars_percent": 7.2,
    "fuzzy": 22,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 89,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 586,
    "fuzzy_chars_percent": 0.8,
    "failing": 15,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Mon",
    "url": "https://hosted.weblate.org/languages/mnw/"
}