Languages API.

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

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

{
    "total": 337,
    "total_words": 1273,
    "total_chars": 8568,
    "last_change": "2024-02-17T13:31:34.632748Z",
    "recent_changes": 7,
    "translated": 245,
    "translated_words": 868,
    "translated_percent": 72.7,
    "translated_words_percent": 68.1,
    "translated_chars": 5530,
    "translated_chars_percent": 64.5,
    "fuzzy": 3,
    "fuzzy_percent": 0.8,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 14,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://translations.zorin.com/languages/af/"
}