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": 6564,
    "total_words": 45636,
    "total_chars": 329294,
    "last_change": "2024-04-24T12:59:13.002541Z",
    "recent_changes": 105,
    "translated": 2425,
    "translated_words": 12126,
    "translated_percent": 36.9,
    "translated_words_percent": 26.5,
    "translated_chars": 92385,
    "translated_chars_percent": 28.0,
    "fuzzy": 1137,
    "fuzzy_percent": 17.3,
    "fuzzy_words": 8732,
    "fuzzy_words_percent": 19.1,
    "fuzzy_chars": 67895,
    "fuzzy_chars_percent": 20.6,
    "failing": 1104,
    "failing_percent": 16.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.4,
    "readonly_words": 237,
    "readonly_words_percent": 0.5,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.6,
    "suggestions": 6,
    "comments": 0,
    "name": "Thai",
    "url": "https://weblate.framasoft.org/languages/th/"
}