Languages API.

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

GET /api/languages/te/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.369452Z",
    "recent_changes": 2,
    "translated": 2050,
    "translated_words": 16397,
    "translated_percent": 88.8,
    "translated_words_percent": 91.7,
    "translated_chars": 101145,
    "translated_chars_percent": 91.8,
    "total_chars": 110113,
    "fuzzy": 185,
    "fuzzy_percent": 8.0,
    "failing": 1821,
    "failing_percent": 78.9,
    "approved": 179,
    "approved_percent": 7.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "name": "Telugu",
    "url": "https://traduk.amikumu.com/languages/te/"
}