Languages API.

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

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

{
    "total": 283387,
    "total_words": 2396267,
    "total_chars": 19009739,
    "last_change": "2022-10-12T20:38:52.634936Z",
    "recent_changes": 1126,
    "translated": 229793,
    "translated_words": 1790779,
    "translated_percent": 81.0,
    "translated_words_percent": 74.7,
    "translated_chars": 13750300,
    "translated_chars_percent": 72.3,
    "fuzzy": 18,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 363,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 2496,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 32,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://translations.documentfoundation.org/languages/en_GB/"
}