Languages API.

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

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

{
    "total": 6353,
    "total_words": 50531,
    "total_chars": 339452,
    "last_change": "2025-02-28T23:32:09.051692Z",
    "recent_changes": 221,
    "translated": 5908,
    "translated_words": 46925,
    "translated_percent": 92.9,
    "translated_words_percent": 92.8,
    "translated_chars": 315285,
    "translated_chars_percent": 92.8,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Latvian",
    "url": "http://translate.pkp.sfu.ca/languages/lv/"
}