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": 284501,
    "total_words": 2399532,
    "total_chars": 19031324,
    "last_change": "2024-05-03T08:05:05.785879Z",
    "recent_changes": 860,
    "translated": 195195,
    "translated_words": 1266149,
    "translated_percent": 68.6,
    "translated_words_percent": 52.7,
    "translated_chars": 9475571,
    "translated_chars_percent": 49.7,
    "fuzzy": 76,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 631,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 3573,
    "fuzzy_chars_percent": 0.1,
    "failing": 5119,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 1847,
    "comments": 227,
    "name": "Japanese",
    "url": "https://translations.documentfoundation.org/languages/ja/"
}