Languages API.

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

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

{
    "total": 2209,
    "total_words": 8860,
    "last_change": "2025-05-05T08:44:55.022425Z",
    "recent_changes": 25,
    "translated": 799,
    "translated_words": 2631,
    "translated_percent": 36.1,
    "translated_words_percent": 29.6,
    "translated_chars": 16042,
    "translated_chars_percent": 28.7,
    "total_chars": 55771,
    "fuzzy": 14,
    "fuzzy_percent": 0.6,
    "failing": 27,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translate.memarc.info/languages/hu/"
}