Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 285207,
    "total_words": 2412996,
    "total_chars": 19135137,
    "last_change": "2024-05-02T04:11:21.894093Z",
    "recent_changes": 1057,
    "translated": 255387,
    "translated_words": 1967435,
    "translated_percent": 89.5,
    "translated_words_percent": 81.5,
    "translated_chars": 15208578,
    "translated_chars_percent": 79.4,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 372,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 3006,
    "fuzzy_chars_percent": 0.1,
    "failing": 1783,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 180,
    "readonly_chars_percent": 0.1,
    "suggestions": 1467,
    "comments": 26,
    "name": "Spanish",
    "url": "https://translations.documentfoundation.org/languages/es/"
}