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": 5380,
    "total_words": 43532,
    "total_chars": 294535,
    "last_change": "2025-03-04T12:26:04.747686Z",
    "recent_changes": 100,
    "translated": 473,
    "translated_words": 4453,
    "translated_percent": 8.7,
    "translated_words_percent": 10.2,
    "translated_chars": 29966,
    "translated_chars_percent": 10.1,
    "fuzzy": 48,
    "fuzzy_percent": 0.8,
    "failing": 30,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew",
    "url": "http://translate.pkp.sfu.ca/languages/he/"
}