Languages API.

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

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

{
    "total": 8772,
    "total_words": 105366,
    "total_chars": 820334,
    "last_change": "2024-04-26T12:02:03.954429Z",
    "recent_changes": 284,
    "translated": 862,
    "translated_words": 3347,
    "translated_percent": 9.8,
    "translated_words_percent": 3.1,
    "translated_chars": 41231,
    "translated_chars_percent": 5.0,
    "fuzzy": 426,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 2862,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 33591,
    "fuzzy_chars_percent": 4.0,
    "failing": 302,
    "failing_percent": 3.4,
    "approved": 437,
    "approved_percent": 4.9,
    "approved_words": 1281,
    "approved_words_percent": 1.2,
    "approved_chars": 18470,
    "approved_chars_percent": 2.2,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 298,
    "comments": 0,
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/languages/zh/"
}