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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-04-01T14:06:37.028268Z",
    "recent_changes": 987,
    "translated": 2610,
    "translated_words": 13026,
    "translated_percent": 26.1,
    "translated_words_percent": 23.6,
    "translated_chars": 84843,
    "translated_chars_percent": 23.8,
    "fuzzy": 53,
    "fuzzy_percent": 0.5,
    "failing": 100,
    "failing_percent": 1.0,
    "approved": 982,
    "approved_percent": 9.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "https://weblate.rob006.net/languages/ja/"
}