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": 11365,
    "total_words": 61159,
    "total_chars": 386520,
    "last_change": "2024-01-17T08:40:35.972977Z",
    "recent_changes": 1299,
    "translated": 10618,
    "translated_words": 54248,
    "translated_percent": 93.4,
    "translated_words_percent": 88.6,
    "translated_chars": 341996,
    "translated_chars_percent": 88.4,
    "fuzzy": 298,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 3998,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 27172,
    "fuzzy_chars_percent": 7.0,
    "failing": 94,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 55,
    "readonly_percent": 0.4,
    "readonly_words": 36,
    "readonly_words_percent": 0.1,
    "readonly_chars": 276,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 50,
    "name": "Japanese",
    "url": "https://l10n.xwiki.org/languages/ja/"
}