Languages API.

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

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

{
    "total": 13065,
    "total_words": 106367,
    "total_chars": 720644,
    "last_change": "2024-04-24T17:11:12.666677Z",
    "recent_changes": 454,
    "translated": 10527,
    "translated_words": 79741,
    "translated_percent": 80.5,
    "translated_words_percent": 74.9,
    "translated_chars": 530482,
    "translated_chars_percent": 73.6,
    "fuzzy": 206,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 2357,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 21386,
    "fuzzy_chars_percent": 2.9,
    "failing": 217,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 237,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.2,
    "suggestions": 149,
    "comments": 18,
    "name": "Italian",
    "url": "https://weblate.framasoft.org/languages/it/"
}