Languages API.

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

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

{
    "total": 4108,
    "total_words": 25092,
    "total_chars": 159578,
    "last_change": "2024-10-03T16:41:39.050402Z",
    "recent_changes": 1,
    "translated": 4108,
    "translated_words": 25092,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 159578,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 167,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2519,
    "readonly_percent": 61.3,
    "readonly_words": 10070,
    "readonly_words_percent": 40.1,
    "readonly_chars": 63055,
    "readonly_chars_percent": 39.5,
    "suggestions": 1,
    "comments": 5,
    "name": "English",
    "url": "https://translate.yunohost.org/languages/en/"
}