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": 2245,
    "total_words": 9002,
    "last_change": "2026-05-13T10:26:11.620366Z",
    "recent_changes": 5,
    "translated": 744,
    "translated_words": 2518,
    "translated_percent": 33.1,
    "translated_words_percent": 27.9,
    "translated_chars": 15270,
    "translated_chars_percent": 26.9,
    "total_chars": 56678,
    "fuzzy": 4,
    "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/"
}