Languages API.

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

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

{
    "total": 4174,
    "total_words": 37391,
    "total_chars": 255281,
    "last_change": "2024-01-29T19:11:21.955263Z",
    "recent_changes": 200,
    "translated": 252,
    "translated_words": 3076,
    "translated_percent": 6.0,
    "translated_words_percent": 8.2,
    "translated_chars": 20715,
    "translated_chars_percent": 8.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 14,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Uzbek",
    "url": "http://translate.pkp.sfu.ca/languages/uz/"
}