Languages API.

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

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

{
    "total": 5660,
    "total_words": 24418,
    "last_change": "2025-06-10T14:04:59.051690Z",
    "recent_changes": 2818,
    "translated": 5284,
    "translated_words": 23001,
    "translated_percent": 93.3,
    "translated_words_percent": 94.1,
    "translated_chars": 184090,
    "translated_chars_percent": 94.5,
    "total_chars": 194797,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 18,
    "failing_percent": 0.3,
    "name": "Hebrew",
    "url": "http://weblate.crnd.pro/languages/he/"
}