Languages API.

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

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

{
    "total": 285199,
    "total_words": 2411208,
    "total_chars": 19124415,
    "last_change": "2024-04-29T15:22:57.018332Z",
    "recent_changes": 519,
    "translated": 179976,
    "translated_words": 1142828,
    "translated_percent": 63.1,
    "translated_words_percent": 47.3,
    "translated_chars": 8481783,
    "translated_chars_percent": 44.3,
    "fuzzy": 1456,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 21020,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 129453,
    "fuzzy_chars_percent": 0.6,
    "failing": 1406,
    "failing_percent": 0.4,
    "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": 191,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 19,
    "name": "Finnish",
    "url": "https://translations.documentfoundation.org/languages/fi/"
}