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": 340219,
    "total_words": 5061119,
    "total_chars": 36736248,
    "last_change": "2025-03-13T03:22:45.459121Z",
    "recent_changes": 3215,
    "translated": 136172,
    "translated_words": 1192633,
    "translated_percent": 40.0,
    "translated_words_percent": 23.5,
    "translated_chars": 8343143,
    "translated_chars_percent": 22.7,
    "fuzzy": 5659,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 61030,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 485541,
    "fuzzy_chars_percent": 1.3,
    "failing": 8762,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 350,
    "readonly_percent": 0.1,
    "readonly_words": 4262,
    "readonly_words_percent": 0.1,
    "readonly_chars": 34729,
    "readonly_chars_percent": 0.1,
    "suggestions": 11650,
    "comments": 14,
    "name": "French",
    "url": "https://translate.fedoraproject.org/languages/fr/"
}