Languages API.

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

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

{
    "total": 284105,
    "total_words": 2398459,
    "total_chars": 19024981,
    "last_change": "2024-03-29T06:12:57.110381Z",
    "recent_changes": 789,
    "translated": 179956,
    "translated_words": 1044736,
    "translated_percent": 63.3,
    "translated_words_percent": 43.5,
    "translated_chars": 7622116,
    "translated_chars_percent": 40.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 14,
    "fuzzy_chars_percent": 0.1,
    "failing": 730,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 151,
    "comments": 1,
    "name": "Esperanto",
    "url": "https://translations.documentfoundation.org/languages/eo/"
}