Languages API.

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

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

{
    "total": 6341,
    "total_words": 24499,
    "total_chars": 161172,
    "last_change": "2024-05-05T14:35:43.679394Z",
    "recent_changes": 113,
    "translated": 3712,
    "translated_words": 11371,
    "translated_percent": 58.5,
    "translated_words_percent": 46.4,
    "translated_chars": 76665,
    "translated_chars_percent": 47.5,
    "fuzzy": 602,
    "fuzzy_percent": 9.4,
    "fuzzy_words": 2337,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 15020,
    "fuzzy_chars_percent": 9.3,
    "failing": 351,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 26,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://l10n.elementary.io/languages/sl/"
}