Languages API.

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

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

{
    "total": 283443,
    "total_words": 2396797,
    "total_chars": 19014408,
    "last_change": "2023-12-29T09:50:54.810002Z",
    "recent_changes": 9,
    "translated": 129969,
    "translated_words": 860978,
    "translated_percent": 45.8,
    "translated_words_percent": 35.9,
    "translated_chars": 6519916,
    "translated_chars_percent": 34.2,
    "fuzzy": 12742,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 37217,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 234511,
    "fuzzy_chars_percent": 1.2,
    "failing": 44775,
    "failing_percent": 15.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Gujarati",
    "url": "https://translations.documentfoundation.org/languages/gu/"
}