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": 13382,
    "total_words": 127275,
    "last_change": "2023-02-21T16:17:48.736922Z",
    "recent_changes": 4,
    "translated": 13382,
    "translated_words": 127275,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 763711,
    "translated_chars_percent": 100.0,
    "total_chars": 763711,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5142,
    "failing_percent": 38.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 12668,
    "readonly_percent": 94.6,
    "suggestions": 1,
    "comments": 120,
    "name": "English",
    "url": "https://translate.habitica.com/languages/en/"
}