Languages API.

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

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

{
    "total": 4375,
    "total_words": 26492,
    "total_chars": 161727,
    "last_change": "2024-05-08T05:03:54.213373Z",
    "recent_changes": 24,
    "translated": 861,
    "translated_words": 3423,
    "translated_percent": 19.6,
    "translated_words_percent": 12.9,
    "translated_chars": 20251,
    "translated_chars_percent": 12.5,
    "fuzzy": 48,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 255,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 1641,
    "fuzzy_chars_percent": 1.0,
    "failing": 113,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 57,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Cree",
    "url": "https://hosted.weblate.org/languages/cr/"
}