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": 1706,
    "total_words": 7042,
    "last_change": "2025-02-21T14:10:20.894856Z",
    "recent_changes": 1,
    "translated": 169,
    "translated_words": 851,
    "translated_percent": 9.9,
    "translated_words_percent": 12.0,
    "translated_chars": 5577,
    "translated_chars_percent": 12.4,
    "total_chars": 44684,
    "fuzzy": 17,
    "fuzzy_percent": 0.9,
    "failing": 15,
    "failing_percent": 0.8,
    "name": "Japanese",
    "url": "http://i18n.foe-helper.com/languages/ja/"
}