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": 20324,
    "total_words": 131667,
    "total_chars": 900236,
    "last_change": "2025-09-01T15:02:10.706747Z",
    "recent_changes": 39,
    "translated": 19655,
    "translated_words": 126871,
    "translated_percent": 96.7,
    "translated_words_percent": 96.3,
    "translated_chars": 870139,
    "translated_chars_percent": 96.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 54,
    "fuzzy_chars_percent": 0.1,
    "failing": 1218,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 156,
    "readonly_percent": 0.7,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 1,
    "name": "Polish",
    "url": "https://translate.harmony.tf/languages/pl/"
}