Languages API.

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

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

{
    "total": 6423,
    "total_words": 51161,
    "total_chars": 343832,
    "last_change": "2025-09-10T09:20:40.372602Z",
    "recent_changes": 46,
    "translated": 5059,
    "translated_words": 35177,
    "translated_percent": 78.7,
    "translated_words_percent": 68.7,
    "translated_chars": 232482,
    "translated_chars_percent": 67.6,
    "fuzzy": 112,
    "fuzzy_percent": 1.7,
    "failing": 139,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Kazakh",
    "url": "http://translate.pkp.sfu.ca/languages/kk/"
}