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": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:10.453590Z",
    "recent_changes": 2,
    "translated": 2130,
    "translated_words": 16775,
    "translated_percent": 92.3,
    "translated_words_percent": 93.8,
    "translated_chars": 103361,
    "translated_chars_percent": 93.8,
    "total_chars": 110113,
    "fuzzy": 174,
    "fuzzy_percent": 7.5,
    "failing": 904,
    "failing_percent": 39.1,
    "approved": 191,
    "approved_percent": 8.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "name": "Thai",
    "url": "https://traduk.amikumu.com/languages/th/"
}