Languages API.

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

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

{
    "total": 2197,
    "total_words": 8813,
    "last_change": "2025-01-30T15:06:17.523314Z",
    "recent_changes": 10,
    "translated": 762,
    "translated_words": 2530,
    "translated_percent": 34.6,
    "translated_words_percent": 28.7,
    "translated_chars": 15338,
    "translated_chars_percent": 27.6,
    "total_chars": 55422,
    "fuzzy": 14,
    "fuzzy_percent": 0.6,
    "failing": 26,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://translate.memarc.info/languages/cs/"
}