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": 4897,
    "total_words": 33975,
    "last_change": "2024-02-08T20:26:35.707869Z",
    "recent_changes": 13,
    "translated": 4827,
    "translated_words": 33512,
    "translated_percent": 98.5,
    "translated_words_percent": 98.6,
    "translated_chars": 218191,
    "translated_chars_percent": 98.6,
    "total_chars": 221096,
    "fuzzy": 29,
    "fuzzy_percent": 0.5,
    "failing": 283,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2762,
    "readonly_percent": 56.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translations.scummvm.org/languages/pl/"
}