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": 3058,
    "total_words": 14575,
    "total_chars": 89540,
    "last_change": "2024-05-17T05:50:17.823524Z",
    "recent_changes": 97,
    "translated": 2299,
    "translated_words": 9703,
    "translated_percent": 75.1,
    "translated_words_percent": 66.5,
    "translated_chars": 59787,
    "translated_chars_percent": 66.7,
    "fuzzy": 136,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 767,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 4540,
    "fuzzy_chars_percent": 5.0,
    "failing": 86,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.9,
    "readonly_words": 45,
    "readonly_words_percent": 0.3,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.3,
    "suggestions": 4,
    "comments": 0,
    "name": "Persian",
    "url": "https://translate.jellyfin.org/languages/fa/"
}