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": 32201,
    "total_words": 214160,
    "total_chars": 1374384,
    "last_change": "2024-03-28T02:39:16.975464Z",
    "recent_changes": 88,
    "translated": 3847,
    "translated_words": 14965,
    "translated_percent": 11.9,
    "translated_words_percent": 6.9,
    "translated_chars": 92843,
    "translated_chars_percent": 6.7,
    "fuzzy": 665,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 3667,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 23712,
    "fuzzy_chars_percent": 1.7,
    "failing": 422,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 2095,
    "comments": 0,
    "name": "Thai",
    "url": "https://translate.fedoraproject.org/languages/th/"
}