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": 2229,
    "total_words": 8903,
    "last_change": "2025-11-26T14:09:04.390598Z",
    "recent_changes": 8,
    "translated": 745,
    "translated_words": 2523,
    "translated_percent": 33.4,
    "translated_words_percent": 28.3,
    "translated_chars": 15320,
    "translated_chars_percent": 27.3,
    "total_chars": 56090,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 22,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Latvian",
    "url": "https://translate.memarc.info/languages/lv/"
}