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": 7036,
    "total_words": 20814,
    "last_change": "2025-01-21T09:44:22.352580Z",
    "recent_changes": 2,
    "translated": 4757,
    "translated_words": 13354,
    "translated_percent": 67.6,
    "translated_words_percent": 64.1,
    "translated_chars": 82004,
    "translated_chars_percent": 62.6,
    "total_chars": 130989,
    "fuzzy": 225,
    "fuzzy_percent": 3.1,
    "failing": 383,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://t.naviter.com/languages/hu/"
}