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": 43652,
    "total_words": 336867,
    "total_chars": 2092377,
    "last_change": "2025-05-09T16:47:06.991660Z",
    "recent_changes": 43,
    "translated": 31379,
    "translated_words": 219383,
    "translated_percent": 71.8,
    "translated_words_percent": 65.1,
    "translated_chars": 1347156,
    "translated_chars_percent": 64.3,
    "fuzzy": 10391,
    "fuzzy_percent": 23.8,
    "failing": 1061,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 26,
    "comments": 1,
    "name": "French",
    "url": "https://translate.checkmk.com/languages/fr/"
}