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": 351296,
    "total_words": 3072352,
    "total_chars": 19657707,
    "last_change": "2024-04-23T19:04:35.919038Z",
    "recent_changes": 1719,
    "translated": 102543,
    "translated_words": 465128,
    "translated_percent": 29.1,
    "translated_words_percent": 15.1,
    "translated_chars": 2712537,
    "translated_chars_percent": 13.7,
    "fuzzy": 31155,
    "fuzzy_percent": 8.8,
    "fuzzy_words": 179602,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 1169463,
    "fuzzy_chars_percent": 5.9,
    "failing": 10737,
    "failing_percent": 3.0,
    "approved": 227,
    "approved_percent": 0.1,
    "approved_words": 1477,
    "approved_words_percent": 0.1,
    "approved_chars": 9360,
    "approved_chars_percent": 0.1,
    "readonly": 10214,
    "readonly_percent": 2.9,
    "readonly_words": 58378,
    "readonly_words_percent": 1.9,
    "readonly_chars": 154654,
    "readonly_chars_percent": 0.7,
    "suggestions": 6882,
    "comments": 18,
    "name": "Thai",
    "url": "https://hosted.weblate.org/languages/th/"
}