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": 37890,
    "total_words": 258916,
    "total_chars": 1665098,
    "last_change": "2025-03-12T16:12:33.073515Z",
    "recent_changes": 21,
    "translated": 4320,
    "translated_words": 16400,
    "translated_percent": 11.4,
    "translated_words_percent": 6.3,
    "translated_chars": 101540,
    "translated_chars_percent": 6.0,
    "fuzzy": 831,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 4557,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 29436,
    "fuzzy_chars_percent": 1.7,
    "failing": 484,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 202,
    "readonly_chars_percent": 0.1,
    "suggestions": 2425,
    "comments": 0,
    "name": "Thai",
    "url": "https://translate.fedoraproject.org/languages/th/"
}