Languages API.

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

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

{
    "total": 1772,
    "total_words": 6767,
    "total_chars": 41871,
    "last_change": "2025-10-10T18:31:20.560938Z",
    "recent_changes": 1342,
    "translated": 1772,
    "translated_words": 6767,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 41871,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 43,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://translate.gajim.org/languages/uk/"
}