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": 68187,
    "total_words": 444532,
    "total_chars": 2805469,
    "last_change": "2024-04-19T16:49:43.954729Z",
    "recent_changes": 1952,
    "translated": 12042,
    "translated_words": 62812,
    "translated_percent": 17.6,
    "translated_words_percent": 14.1,
    "translated_chars": 384713,
    "translated_chars_percent": 13.7,
    "fuzzy": 3623,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 21780,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 133819,
    "fuzzy_chars_percent": 4.7,
    "failing": 1540,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 784,
    "readonly_percent": 1.1,
    "readonly_words": 216,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2014,
    "readonly_chars_percent": 0.1,
    "suggestions": 300,
    "comments": 0,
    "name": "Gujarati",
    "url": "https://hosted.weblate.org/languages/gu/"
}