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": 207675,
    "total_words": 3011064,
    "total_chars": 21917590,
    "last_change": "2024-05-01T06:36:37.425299Z",
    "recent_changes": 1083,
    "translated": 63003,
    "translated_words": 404453,
    "translated_percent": 30.3,
    "translated_words_percent": 13.4,
    "translated_chars": 2647956,
    "translated_chars_percent": 12.0,
    "fuzzy": 7909,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 38945,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 254405,
    "fuzzy_chars_percent": 1.1,
    "failing": 2042,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.1,
    "readonly_words": 54,
    "readonly_words_percent": 0.1,
    "readonly_chars": 413,
    "readonly_chars_percent": 0.1,
    "suggestions": 10110,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.fedoraproject.org/languages/pl/"
}