Languages API.

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

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

{
    "total": 283553,
    "total_words": 2396831,
    "total_chars": 19013860,
    "last_change": "2024-04-19T07:50:05.142989Z",
    "recent_changes": 1605,
    "translated": 274797,
    "translated_words": 2279179,
    "translated_percent": 96.9,
    "translated_words_percent": 95.0,
    "translated_chars": 18095985,
    "translated_chars_percent": 95.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 5098,
    "failing_percent": 1.7,
    "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": 3,
    "name": "Bulgarian",
    "url": "https://translations.documentfoundation.org/languages/bg/"
}