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": 4040,
    "total_words": 15120,
    "last_change": "2025-03-16T18:47:32.721012Z",
    "recent_changes": 429,
    "translated": 3752,
    "translated_words": 12893,
    "translated_percent": 92.8,
    "translated_words_percent": 85.2,
    "translated_chars": 85220,
    "translated_chars_percent": 85.2,
    "total_chars": 99917,
    "fuzzy": 262,
    "fuzzy_percent": 6.4,
    "failing": 255,
    "failing_percent": 6.3,
    "name": "Arabic",
    "url": "https://translate.lxqt-project.org/languages/ar/"
}