Languages API.

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

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

{
    "total": 190876,
    "total_words": 2648357,
    "last_change": "2024-04-26T16:37:15.787391Z",
    "recent_changes": 1714,
    "translated": 88447,
    "translated_words": 808348,
    "translated_percent": 46.3,
    "translated_words_percent": 30.5,
    "translated_chars": 5752730,
    "translated_chars_percent": 31.1,
    "total_chars": 18495048,
    "fuzzy": 32576,
    "fuzzy_percent": 17.0,
    "failing": 12624,
    "failing_percent": 6.6,
    "approved": 9090,
    "approved_percent": 4.7,
    "readonly": 966,
    "readonly_percent": 0.5,
    "suggestions": 165,
    "comments": 8,
    "name": "Chinese (China)",
    "url": "https://l10n.opensuse.org/languages/zh_CN/"
}