Languages API.

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

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

{
    "total": 10274,
    "total_words": 15916,
    "total_chars": 108454,
    "last_change": "2023-02-24T20:32:13.343361Z",
    "recent_changes": 4,
    "translated": 352,
    "translated_words": 386,
    "translated_percent": 3.4,
    "translated_words_percent": 2.4,
    "translated_chars": 2675,
    "translated_chars_percent": 2.4,
    "fuzzy": 3049,
    "fuzzy_percent": 29.6,
    "fuzzy_words": 4142,
    "fuzzy_words_percent": 26.0,
    "fuzzy_chars": 27135,
    "fuzzy_chars_percent": 25.0,
    "failing": 0,
    "failing_percent": 0.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": 0,
    "comments": 0,
    "name": "Ge'ez",
    "url": "https://hosted.weblate.org/languages/gez/"
}