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": 818,
    "total_words": 2731,
    "last_change": "2025-03-10T17:45:00.456334Z",
    "recent_changes": 9,
    "translated": 281,
    "translated_words": 742,
    "translated_percent": 34.3,
    "translated_words_percent": 27.1,
    "translated_chars": 5707,
    "translated_chars_percent": 30.5,
    "total_chars": 18690,
    "fuzzy": 29,
    "fuzzy_percent": 3.5,
    "failing": 7,
    "failing_percent": 0.8,
    "name": "Thai",
    "url": "https://translate.lxqt-project.org/languages/th/"
}