Languages API.

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

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

{
    "total": 7192,
    "total_words": 33178,
    "total_chars": 216524,
    "last_change": "2024-04-25T17:20:50.326351Z",
    "recent_changes": 137,
    "translated": 1183,
    "translated_words": 3185,
    "translated_percent": 16.4,
    "translated_words_percent": 9.5,
    "translated_chars": 20863,
    "translated_chars_percent": 9.6,
    "fuzzy": 526,
    "fuzzy_percent": 7.3,
    "failing": 255,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 400,
    "comments": 0,
    "name": "Thai",
    "url": "https://l10n.elementary.io/languages/th/"
}