Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ka/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7285,
    "total_words": 35712,
    "last_change": "2025-05-12T07:42:07.049314Z",
    "recent_changes": 2324,
    "translated": 6504,
    "translated_words": 21295,
    "translated_percent": 89.2,
    "translated_words_percent": 59.6,
    "translated_chars": 143052,
    "translated_chars_percent": 57.1,
    "total_chars": 250509,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Georgian",
    "url": "https://translate.lxqt-project.org/languages/ka/"
}