Languages API.

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

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

{
    "total": 532,
    "total_words": 2646,
    "last_change": "2024-04-13T16:16:52.107635Z",
    "recent_changes": 34,
    "translated": 463,
    "translated_words": 2001,
    "translated_percent": 87.0,
    "translated_words_percent": 75.6,
    "translated_chars": 12650,
    "translated_chars_percent": 76.8,
    "total_chars": 16450,
    "fuzzy": 48,
    "fuzzy_percent": 9.0,
    "failing": 21,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://l10n.opensuse.org/languages/zh_Hans/"
}