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": 2216,
    "total_words": 8861,
    "last_change": "2025-10-09T11:30:58.715278Z",
    "recent_changes": 7,
    "translated": 782,
    "translated_words": 2610,
    "translated_percent": 35.2,
    "translated_words_percent": 29.4,
    "translated_chars": 15903,
    "translated_chars_percent": 28.5,
    "total_chars": 55766,
    "fuzzy": 18,
    "fuzzy_percent": 0.8,
    "failing": 20,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://translate.memarc.info/languages/uk/"
}