Languages API.

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

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

{
    "total": 10441,
    "total_words": 82651,
    "total_chars": 490425,
    "last_change": "2024-05-02T20:41:12.511621Z",
    "recent_changes": 0,
    "translated": 10439,
    "translated_words": 82651,
    "translated_percent": 99.9,
    "translated_words_percent": 100.0,
    "translated_chars": 490425,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2352,
    "failing_percent": 22.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9029,
    "readonly_percent": 86.4,
    "readonly_words": 74661,
    "readonly_words_percent": 90.3,
    "readonly_chars": 443596,
    "readonly_chars_percent": 90.4,
    "suggestions": 1,
    "comments": 6,
    "name": "English",
    "url": "https://translate.pretix.eu/languages/en/"
}