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": 4944,
    "total_words": 20007,
    "last_change": "2025-01-20T07:57:14.171311Z",
    "recent_changes": 2,
    "translated": 3438,
    "translated_words": 11912,
    "translated_percent": 69.5,
    "translated_words_percent": 59.5,
    "translated_chars": 76525,
    "translated_chars_percent": 59.1,
    "total_chars": 129440,
    "fuzzy": 263,
    "fuzzy_percent": 5.3,
    "failing": 2794,
    "failing_percent": 56.5,
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/languages/cy/"
}