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": 191204,
    "total_words": 2648029,
    "last_change": "2024-04-18T05:44:04.894592Z",
    "recent_changes": 9898,
    "translated": 152450,
    "translated_words": 1823283,
    "translated_percent": 79.7,
    "translated_words_percent": 68.8,
    "translated_chars": 12667495,
    "translated_chars_percent": 68.5,
    "total_chars": 18491754,
    "fuzzy": 6519,
    "fuzzy_percent": 3.4,
    "failing": 8690,
    "failing_percent": 4.5,
    "approved": 5684,
    "approved_percent": 2.9,
    "readonly": 992,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 204,
    "name": "Japanese",
    "url": "https://l10n.opensuse.org/languages/ja/"
}