Languages API.

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

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

{
    "total": 27992,
    "total_words": 165617,
    "total_chars": 1147940,
    "last_change": "2024-05-07T12:04:39.816175Z",
    "recent_changes": 16,
    "translated": 3424,
    "translated_words": 7794,
    "translated_percent": 12.2,
    "translated_words_percent": 4.7,
    "translated_chars": 54930,
    "translated_chars_percent": 4.7,
    "fuzzy": 798,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 3747,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 27174,
    "fuzzy_chars_percent": 2.3,
    "failing": 655,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 654,
    "readonly_percent": 2.3,
    "readonly_words": 664,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10636,
    "readonly_chars_percent": 0.9,
    "suggestions": 1,
    "comments": 0,
    "name": "Chuvash",
    "url": "https://hosted.weblate.org/languages/cv/"
}