Languages API.

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

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

{
    "total": 95,
    "total_words": 734,
    "last_change": "2022-06-15T03:34:31.994300Z",
    "recent_changes": 12,
    "translated": 39,
    "translated_words": 212,
    "translated_percent": 41.0,
    "translated_words_percent": 28.8,
    "translated_chars": 1234,
    "translated_chars_percent": 28.3,
    "total_chars": 4354,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://l10n.opensuse.org/languages/zh_Hant/"
}