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": 1665,
    "total_words": 15381,
    "total_chars": 99365,
    "last_change": "2024-03-31T15:05:19.895006Z",
    "recent_changes": 57,
    "translated": 803,
    "translated_words": 5824,
    "translated_percent": 48.2,
    "translated_words_percent": 37.8,
    "translated_chars": 37789,
    "translated_chars_percent": 38.0,
    "fuzzy": 81,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 1595,
    "fuzzy_words_percent": 10.3,
    "fuzzy_chars": 10672,
    "fuzzy_chars_percent": 10.7,
    "failing": 49,
    "failing_percent": 2.9,
    "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": "Esperanto",
    "url": "https://translate.yunohost.org/languages/eo/"
}