Languages API.

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

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

{
    "total": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-02-17T13:31:39.800000Z",
    "recent_changes": 26,
    "translated": 271,
    "translated_words": 988,
    "translated_percent": 87.7,
    "translated_words_percent": 86.6,
    "translated_chars": 6223,
    "translated_chars_percent": 85.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Estonian",
    "url": "https://translations.zorin.com/languages/et/"
}