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": 2197,
    "total_words": 8813,
    "last_change": "2025-03-17T15:26:33.230545Z",
    "recent_changes": 10,
    "translated": 792,
    "translated_words": 2632,
    "translated_percent": 36.0,
    "translated_words_percent": 29.8,
    "translated_chars": 16410,
    "translated_chars_percent": 29.6,
    "total_chars": 55422,
    "fuzzy": 11,
    "fuzzy_percent": 0.5,
    "failing": 1438,
    "failing_percent": 65.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://translate.memarc.info/languages/fr/"
}