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": 688,
    "total_words": 3112,
    "total_chars": 20069,
    "last_change": "2024-02-28T10:41:59.513466Z",
    "recent_changes": 31,
    "translated": 564,
    "translated_words": 2156,
    "translated_percent": 81.9,
    "translated_words_percent": 69.2,
    "translated_chars": 14165,
    "translated_chars_percent": 70.5,
    "fuzzy": 16,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 113,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 648,
    "fuzzy_chars_percent": 3.2,
    "failing": 54,
    "failing_percent": 7.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "name": "Italian",
    "url": "http://weblate.openmptcprouter.com/languages/it/"
}