Languages API.

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

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

{
    "total": 32638,
    "total_words": 134470,
    "total_chars": 852597,
    "last_change": "2024-04-30T06:09:02.196230Z",
    "recent_changes": 280,
    "translated": 12150,
    "translated_words": 47838,
    "translated_percent": 37.2,
    "translated_words_percent": 35.5,
    "translated_chars": 301092,
    "translated_chars_percent": 35.3,
    "fuzzy": 1008,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 4327,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 28156,
    "fuzzy_chars_percent": 3.3,
    "failing": 290,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 88,
    "readonly_percent": 0.2,
    "readonly_words": 125,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1052,
    "readonly_chars_percent": 0.1,
    "suggestions": 85,
    "comments": 0,
    "name": "English (Canada)",
    "url": "https://hosted.weblate.org/languages/en_CA/"
}