Languages API.

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

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

{
    "total": 7271,
    "total_words": 59638,
    "total_chars": 401590,
    "last_change": "2025-11-28T05:02:34.478494Z",
    "recent_changes": 180,
    "translated": 7271,
    "translated_words": 59638,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 401590,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 7,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Armenian",
    "url": "http://translate.pkp.sfu.ca/languages/hy/"
}