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": 5597,
    "total_words": 45582,
    "total_chars": 306880,
    "last_change": "2025-12-16T16:03:59.475353Z",
    "recent_changes": 915,
    "translated": 1999,
    "translated_words": 12789,
    "translated_percent": 35.7,
    "translated_words_percent": 28.0,
    "translated_chars": 86892,
    "translated_chars_percent": 28.3,
    "fuzzy": 45,
    "fuzzy_percent": 0.8,
    "failing": 34,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "http://translate.pkp.sfu.ca/languages/he/"
}