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": 3956,
    "total_words": 14699,
    "last_change": "2024-05-03T18:01:54.964772Z",
    "recent_changes": 602,
    "translated": 3663,
    "translated_words": 12462,
    "translated_percent": 92.5,
    "translated_words_percent": 84.7,
    "translated_chars": 82559,
    "translated_chars_percent": 84.8,
    "total_chars": 97329,
    "fuzzy": 262,
    "fuzzy_percent": 6.6,
    "failing": 255,
    "failing_percent": 6.4,
    "name": "Arabic",
    "url": "https://translate.lxqt-project.org/languages/ar/"
}