Languages API.

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

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

{
    "total": 3524,
    "total_words": 14100,
    "total_chars": 87032,
    "last_change": "2024-05-02T18:58:39.730669Z",
    "recent_changes": 48,
    "translated": 990,
    "translated_words": 4059,
    "translated_percent": 28.0,
    "translated_words_percent": 28.7,
    "translated_chars": 25586,
    "translated_chars_percent": 29.3,
    "fuzzy": 126,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 696,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 4172,
    "fuzzy_chars_percent": 4.7,
    "failing": 125,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 63,
    "readonly_percent": 1.7,
    "readonly_words": 68,
    "readonly_words_percent": 0.4,
    "readonly_chars": 594,
    "readonly_chars_percent": 0.6,
    "suggestions": 9,
    "comments": 0,
    "name": "Sundanese",
    "url": "https://hosted.weblate.org/languages/su/"
}