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": 3874,
    "total_words": 13459,
    "last_change": "2024-02-07T00:59:38.169796Z",
    "recent_changes": 158,
    "translated": 3753,
    "translated_words": 12875,
    "translated_percent": 96.8,
    "translated_words_percent": 95.6,
    "translated_chars": 79229,
    "translated_chars_percent": 95.5,
    "total_chars": 82944,
    "fuzzy": 59,
    "fuzzy_percent": 1.5,
    "failing": 42,
    "failing_percent": 1.0,
    "name": "Japanese",
    "url": "https://weblate.linphone.org/languages/ja/"
}