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": 58597,
    "total_words": 384156,
    "total_chars": 2460110,
    "last_change": "2025-03-12T01:14:02.144524Z",
    "recent_changes": 89,
    "translated": 28332,
    "translated_words": 146139,
    "translated_percent": 48.3,
    "translated_words_percent": 38.0,
    "translated_chars": 930983,
    "translated_chars_percent": 37.8,
    "fuzzy": 5860,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 35265,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 231405,
    "fuzzy_chars_percent": 9.4,
    "failing": 3037,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "readonly_words": 29,
    "readonly_words_percent": 0.1,
    "readonly_chars": 209,
    "readonly_chars_percent": 0.1,
    "suggestions": 4183,
    "comments": 0,
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/languages/gu/"
}