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": 2798,
    "total_words": 16411,
    "last_change": "2026-05-20T12:42:50.673505Z",
    "recent_changes": 71,
    "translated": 2690,
    "translated_words": 15479,
    "translated_percent": 96.1,
    "translated_words_percent": 94.3,
    "translated_chars": 102532,
    "translated_chars_percent": 95.4,
    "total_chars": 107364,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 6,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.duniter.org/languages/fr/"
}