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": 6464,
    "total_words": 25459,
    "total_chars": 164784,
    "last_change": "2024-04-28T02:09:39.268128Z",
    "recent_changes": 841,
    "translated": 4775,
    "translated_words": 13794,
    "translated_percent": 73.8,
    "translated_words_percent": 54.1,
    "translated_chars": 90855,
    "translated_chars_percent": 55.1,
    "fuzzy": 55,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 178,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1170,
    "fuzzy_chars_percent": 0.7,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 120,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "https://l10n.elementary.io/languages/ka/"
}