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": 58985,
    "total_words": 398604,
    "total_chars": 2568740,
    "last_change": "2024-05-10T14:22:38.273577Z",
    "recent_changes": 221,
    "translated": 24499,
    "translated_words": 133774,
    "translated_percent": 41.5,
    "translated_words_percent": 33.5,
    "translated_chars": 861012,
    "translated_chars_percent": 33.5,
    "fuzzy": 4391,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 24901,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 158237,
    "fuzzy_chars_percent": 6.1,
    "failing": 2084,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 48,
    "readonly_words_percent": 0.1,
    "readonly_chars": 361,
    "readonly_chars_percent": 0.1,
    "suggestions": 3730,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/languages/bg/"
}