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": 7198,
    "total_words": 32980,
    "total_chars": 216692,
    "last_change": "2024-04-17T19:39:59.719981Z",
    "recent_changes": 352,
    "translated": 5951,
    "translated_words": 24107,
    "translated_percent": 82.6,
    "translated_words_percent": 73.0,
    "translated_chars": 157722,
    "translated_chars_percent": 72.7,
    "fuzzy": 150,
    "fuzzy_percent": 2.0,
    "failing": 256,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 108,
    "comments": 0,
    "name": "Finnish",
    "url": "https://l10n.elementary.io/languages/fi/"
}