Languages API.

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

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

{
    "total": 11446,
    "total_words": 118447,
    "last_change": "2024-05-06T14:50:56.431308Z",
    "recent_changes": 143,
    "translated": 6345,
    "translated_words": 61358,
    "translated_percent": 55.4,
    "translated_words_percent": 51.8,
    "translated_chars": 368835,
    "translated_chars_percent": 51.9,
    "total_chars": 710549,
    "fuzzy": 286,
    "fuzzy_percent": 2.4,
    "failing": 1860,
    "failing_percent": 16.2,
    "approved": 215,
    "approved_percent": 1.8,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 273,
    "comments": 17,
    "name": "Swedish",
    "url": "https://translate.habitica.com/languages/sv/"
}