Languages API.

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

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

{
    "total": 5083,
    "total_words": 22037,
    "total_chars": 133750,
    "last_change": "2025-08-05T21:09:03.508259Z",
    "recent_changes": 0,
    "translated": 5043,
    "translated_words": 21585,
    "translated_percent": 99.2,
    "translated_words_percent": 97.9,
    "translated_chars": 130924,
    "translated_chars_percent": 97.8,
    "fuzzy": 32,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 423,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 2632,
    "fuzzy_chars_percent": 1.9,
    "failing": 143,
    "failing_percent": 2.8,
    "approved": 3617,
    "approved_percent": 71.1,
    "approved_words": 15687,
    "approved_words_percent": 71.1,
    "approved_chars": 95072,
    "approved_chars_percent": 71.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.sonoransoftware.com/languages/pl/"
}