Languages API.

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

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

{
    "total": 72146,
    "total_words": 535318,
    "last_change": "2024-03-06T01:29:59.054347Z",
    "recent_changes": 1590,
    "translated": 46288,
    "translated_words": 285109,
    "translated_percent": 64.1,
    "translated_words_percent": 53.2,
    "translated_chars": 1953425,
    "translated_chars_percent": 49.2,
    "total_chars": 3964335,
    "fuzzy": 4262,
    "fuzzy_percent": 5.9,
    "failing": 2161,
    "failing_percent": 2.9,
    "approved": 1167,
    "approved_percent": 1.6,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 55,
    "comments": 230,
    "name": "Chinese (Taiwan)",
    "url": "https://l10n.opensuse.org/languages/zh_TW/"
}