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": 4035,
    "total_words": 17218,
    "total_chars": 105517,
    "last_change": "2024-05-13T16:27:05.415863Z",
    "recent_changes": 34,
    "translated": 3895,
    "translated_words": 16267,
    "translated_percent": 96.5,
    "translated_words_percent": 94.4,
    "translated_chars": 99766,
    "translated_chars_percent": 94.5,
    "fuzzy": 15,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 354,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 2145,
    "fuzzy_chars_percent": 2.0,
    "failing": 6,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.7,
    "readonly_words": 47,
    "readonly_words_percent": 0.2,
    "readonly_chars": 297,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 15,
    "name": "Finnish",
    "url": "https://translate.jellyfin.org/languages/fi/"
}