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": 15331,
    "total_words": 65089,
    "last_change": "2025-04-01T08:15:43.775453Z",
    "recent_changes": 1241,
    "translated": 12458,
    "translated_words": 48585,
    "translated_percent": 81.2,
    "translated_words_percent": 74.6,
    "translated_chars": 393535,
    "translated_chars_percent": 67.8,
    "total_chars": 580380,
    "fuzzy": 34,
    "fuzzy_percent": 0.2,
    "failing": 1960,
    "failing_percent": 12.7,
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/languages/uk/"
}