Languages API.

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

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

{
    "total": 4940,
    "total_words": 19971,
    "last_change": "2025-01-20T07:57:14.171311Z",
    "recent_changes": 2,
    "translated": 3455,
    "translated_words": 11995,
    "translated_percent": 69.9,
    "translated_words_percent": 60.0,
    "translated_chars": 77182,
    "translated_chars_percent": 59.7,
    "total_chars": 129204,
    "fuzzy": 263,
    "fuzzy_percent": 5.3,
    "failing": 2809,
    "failing_percent": 56.8,
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/languages/cy/"
}