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": 133336,
    "total_words": 1965174,
    "last_change": "2024-03-05T20:55:05.162671Z",
    "recent_changes": 2222,
    "translated": 33889,
    "translated_words": 200465,
    "translated_percent": 25.4,
    "translated_words_percent": 10.2,
    "translated_chars": 1359759,
    "translated_chars_percent": 10.0,
    "total_chars": 13501629,
    "fuzzy": 31838,
    "fuzzy_percent": 23.8,
    "failing": 7914,
    "failing_percent": 5.9,
    "approved": 64,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 118,
    "comments": 105,
    "name": "Polish",
    "url": "https://l10n.opensuse.org/languages/pl/"
}