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": 582,
    "total_words": 2661,
    "last_change": "2023-09-20T11:51:32.454530Z",
    "recent_changes": 3,
    "translated": 347,
    "translated_words": 1797,
    "translated_percent": 59.6,
    "translated_words_percent": 67.5,
    "translated_chars": 10905,
    "translated_chars_percent": 66.5,
    "total_chars": 16393,
    "fuzzy": 4,
    "fuzzy_percent": 0.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 0.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Thai",
    "url": "https://weblate.ppc.lol/languages/th/"
}