Languages API.

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

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

{
    "total": 1726,
    "total_words": 7149,
    "last_change": "2026-06-12T23:41:34.834329Z",
    "recent_changes": 14,
    "translated": 178,
    "translated_words": 892,
    "translated_percent": 10.3,
    "translated_words_percent": 12.4,
    "translated_chars": 5827,
    "translated_chars_percent": 12.8,
    "total_chars": 45400,
    "fuzzy": 19,
    "fuzzy_percent": 1.1,
    "failing": 15,
    "failing_percent": 0.8,
    "name": "Japanese",
    "url": "http://i18n.foe-helper.com/languages/ja/"
}