Languages API.

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

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

{
    "total": 7847,
    "total_words": 66366,
    "total_chars": 446563,
    "last_change": "2024-02-19T04:30:31.867862Z",
    "recent_changes": 93,
    "translated": 5129,
    "translated_words": 37985,
    "translated_percent": 65.3,
    "translated_words_percent": 57.2,
    "translated_chars": 254839,
    "translated_chars_percent": 57.0,
    "fuzzy": 68,
    "fuzzy_percent": 0.8,
    "failing": 138,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.pkp.sfu.ca/languages/vi/"
}