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": 6524,
    "total_words": 52407,
    "total_chars": 352247,
    "last_change": "2025-02-28T23:32:07.841601Z",
    "recent_changes": 136,
    "translated": 5185,
    "translated_words": 40540,
    "translated_percent": 79.4,
    "translated_words_percent": 77.3,
    "translated_chars": 275190,
    "translated_chars_percent": 78.1,
    "fuzzy": 24,
    "fuzzy_percent": 0.3,
    "failing": 18,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 46,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "http://translate.pkp.sfu.ca/languages/ja/"
}