Languages API.

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

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

{
    "total": 7112,
    "total_words": 21135,
    "last_change": "2025-01-21T11:14:41.076482Z",
    "recent_changes": 137,
    "translated": 6282,
    "translated_words": 18436,
    "translated_percent": 88.3,
    "translated_words_percent": 87.2,
    "translated_chars": 116191,
    "translated_chars_percent": 87.2,
    "total_chars": 133104,
    "fuzzy": 104,
    "fuzzy_percent": 1.4,
    "failing": 875,
    "failing_percent": 12.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 19,
    "comments": 0,
    "name": "French",
    "url": "https://t.naviter.com/languages/fr/"
}