Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ja_JP/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 240,
    "total_words": 1139,
    "total_chars": 7217,
    "last_change": "2024-02-20T19:27:50.614227Z",
    "recent_changes": 9,
    "translated": 75,
    "translated_words": 140,
    "translated_percent": 31.2,
    "translated_words_percent": 12.2,
    "translated_chars": 1013,
    "translated_chars_percent": 14.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "http://translate.pkp.sfu.ca/languages/ja_JP/"
}