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": 5543,
    "total_words": 22585,
    "last_change": "2024-05-12T12:14:34.983543Z",
    "recent_changes": 202,
    "translated": 4821,
    "translated_words": 16586,
    "translated_percent": 86.9,
    "translated_words_percent": 73.4,
    "translated_chars": 108299,
    "translated_chars_percent": 72.4,
    "total_chars": 149478,
    "fuzzy": 278,
    "fuzzy_percent": 5.0,
    "failing": 258,
    "failing_percent": 4.6,
    "name": "Japanese",
    "url": "https://translate.lxqt-project.org/languages/ja/"
}