Languages API.

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

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

{
    "total": 61612,
    "total_words": 672060,
    "last_change": "2024-02-17T02:53:26.601560Z",
    "recent_changes": 5111,
    "translated": 14462,
    "translated_words": 42847,
    "translated_percent": 23.4,
    "translated_words_percent": 6.3,
    "translated_chars": 295860,
    "translated_chars_percent": 6.4,
    "total_chars": 4571150,
    "fuzzy": 5142,
    "fuzzy_percent": 8.3,
    "failing": 1139,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "https://l10n.opensuse.org/languages/ka/"
}