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": 2884,
    "total_words": 11820,
    "total_chars": 72444,
    "last_change": "2025-12-08T17:30:56.647091Z",
    "recent_changes": 4,
    "translated": 2159,
    "translated_words": 7393,
    "translated_percent": 74.8,
    "translated_words_percent": 62.5,
    "translated_chars": 45521,
    "translated_chars_percent": 62.8,
    "fuzzy": 98,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 476,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 2654,
    "fuzzy_chars_percent": 3.6,
    "failing": 302,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 3.6,
    "readonly_words": 624,
    "readonly_words_percent": 5.2,
    "readonly_chars": 3863,
    "readonly_chars_percent": 5.3,
    "suggestions": 12,
    "comments": 0,
    "name": "French",
    "url": "http://translate.gtaf.org/languages/fr/"
}