Languages API.

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

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

{
    "total": 285244,
    "total_words": 2411057,
    "total_chars": 19123096,
    "last_change": "2024-05-01T10:31:47.620073Z",
    "recent_changes": 870,
    "translated": 268591,
    "translated_words": 2234133,
    "translated_percent": 94.1,
    "translated_words_percent": 92.6,
    "translated_chars": 17475412,
    "translated_chars_percent": 91.3,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 320,
    "fuzzy_chars_percent": 0.1,
    "failing": 1523,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Basque",
    "url": "https://translations.documentfoundation.org/languages/eu/"
}