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": 4204,
    "total_words": 47652,
    "total_chars": 313777,
    "last_change": "2023-11-17T22:00:12.288960Z",
    "recent_changes": 42,
    "translated": 2015,
    "translated_words": 15174,
    "translated_percent": 47.9,
    "translated_words_percent": 31.8,
    "translated_chars": 95406,
    "translated_chars_percent": 30.4,
    "fuzzy": 105,
    "fuzzy_percent": 2.4,
    "failing": 151,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 710,
    "comments": 2,
    "name": "Italian",
    "url": "http://translate.getmonero.org/languages/it/"
}