Languages API.

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

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

{
    "total": 4102,
    "total_words": 27427,
    "total_chars": 182159,
    "last_change": "2024-04-23T22:03:15.435810Z",
    "recent_changes": 15,
    "translated": 396,
    "translated_words": 1703,
    "translated_percent": 9.6,
    "translated_words_percent": 6.2,
    "translated_chars": 12180,
    "translated_chars_percent": 6.6,
    "fuzzy": 47,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 617,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 4644,
    "fuzzy_chars_percent": 2.5,
    "failing": 10,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 38,
    "comments": 1,
    "name": "Belarusian",
    "url": "https://weblate.framasoft.org/languages/be/"
}