Languages API.

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

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

{
    "total": 4044,
    "total_words": 15156,
    "last_change": "2025-05-12T09:06:07.472366Z",
    "recent_changes": 416,
    "translated": 3756,
    "translated_words": 12929,
    "translated_percent": 92.8,
    "translated_words_percent": 85.3,
    "translated_chars": 85456,
    "translated_chars_percent": 85.3,
    "total_chars": 100153,
    "fuzzy": 262,
    "fuzzy_percent": 6.4,
    "failing": 255,
    "failing_percent": 6.3,
    "name": "Arabic",
    "url": "https://translate.lxqt-project.org/languages/ar/"
}