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": 8828,
    "total_words": 105123,
    "total_chars": 818657,
    "last_change": "2024-04-28T08:16:32.158162Z",
    "recent_changes": 1068,
    "translated": 7114,
    "translated_words": 81355,
    "translated_percent": 80.5,
    "translated_words_percent": 77.3,
    "translated_chars": 630883,
    "translated_chars_percent": 77.0,
    "fuzzy": 758,
    "fuzzy_percent": 8.5,
    "fuzzy_words": 10139,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 85210,
    "fuzzy_chars_percent": 10.4,
    "failing": 227,
    "failing_percent": 2.5,
    "approved": 6100,
    "approved_percent": 69.0,
    "approved_words": 70360,
    "approved_words_percent": 66.9,
    "approved_chars": 529145,
    "approved_chars_percent": 64.6,
    "readonly": 163,
    "readonly_percent": 1.8,
    "readonly_words": 939,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7633,
    "readonly_chars_percent": 0.9,
    "suggestions": 149,
    "comments": 39,
    "name": "French",
    "url": "https://translate.tails.boum.org/languages/fr/"
}