Languages API.

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

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

{
    "total": 6354,
    "total_words": 24860,
    "total_chars": 160970,
    "last_change": "2024-04-28T02:09:36.758081Z",
    "recent_changes": 136,
    "translated": 1185,
    "translated_words": 2548,
    "translated_percent": 18.6,
    "translated_words_percent": 10.2,
    "translated_chars": 19277,
    "translated_chars_percent": 11.9,
    "fuzzy": 420,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 1527,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 9352,
    "fuzzy_chars_percent": 5.8,
    "failing": 213,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 120,
    "readonly_chars_percent": 0.1,
    "suggestions": 243,
    "comments": 0,
    "name": "Persian",
    "url": "https://l10n.elementary.io/languages/fa/"
}