Languages API.

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

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

{
    "total": 311,
    "total_words": 1432,
    "total_chars": 8304,
    "last_change": "2024-10-06T21:43:09.303322Z",
    "recent_changes": 0,
    "translated": 83,
    "translated_words": 353,
    "translated_percent": 26.6,
    "translated_words_percent": 24.6,
    "translated_chars": 2166,
    "translated_chars_percent": 26.0,
    "fuzzy": 5,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 25,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 149,
    "fuzzy_chars_percent": 1.7,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://weblate.foundryvtt-hub.com/languages/ro/"
}