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": 98,
    "total_words": 737,
    "last_change": "2023-07-08T19:43:53.410477Z",
    "recent_changes": 6,
    "translated": 31,
    "translated_words": 60,
    "translated_percent": 31.6,
    "translated_words_percent": 8.1,
    "translated_chars": 364,
    "translated_chars_percent": 8.3,
    "total_chars": 4368,
    "fuzzy": 2,
    "fuzzy_percent": 2.0,
    "failing": 2,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese",
    "url": "https://l10n.opensuse.org/languages/zh/"
}