Languages API.

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

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

{
    "total": 3103,
    "total_words": 15300,
    "total_chars": 95447,
    "last_change": "2023-12-14T10:40:42.178914Z",
    "recent_changes": 77,
    "translated": 2619,
    "translated_words": 11618,
    "translated_percent": 84.4,
    "translated_words_percent": 75.9,
    "translated_chars": 72870,
    "translated_chars_percent": 76.3,
    "fuzzy": 39,
    "fuzzy_percent": 1.2,
    "failing": 154,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 34,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.funkwhale.audio/languages/es/"
}